Skip to content

jmcmiguel/ebarter-v3

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About E-Barter

E-Barter is a blah blah blah insert explanation

  • Insert some features here
  • Insert some more features here.
  • Features 1
  • Features 2
  • Features 3
  • Features 4
  • Features 5

Prerequisites

Make sure the following software is installed and set up

Setting up on Local Environment

  1. Clone the project
gh repo clone poodzia/ebarter-v3
  1. Copy .env file
cp .env.example .env
  1. Make a database in postgresql with the following configuration
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=ebarter_v3
DB_USERNAME=kel
DB_PASSWORD=Password1
  1. Install dependencies
npm install && composer install
  1. Migrate database tables and run the seeder class
php artisan migrate:fresh --seed
  1. Make a symlink to local storage
php artisan storage:link
  1. Compile the project and watch for changes
npm run hot
  1. Run the server and follow the the link this command will output
php artisan serve
  1. Get new changes in the repository by running
git pull origin master

About

A Remake of E-Barter in Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages