Skip to content

Fanfong68/tc-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BackEnd Installation

  1. Clone the repository git clone https://github.com/Fanfong68/tc-backend.git

  2. Setup a .env file with your own database details PORT=8082 NODE_ENV=development DB_USER=your_username DB_PASSWORD=your_password DB_NAME=your_database DB_HOST=127.0.0.1 DB_DIALECT=mysql

  3. Install All the Dependencies npm i

  4. Run Migration npm run migrate:up

  5. Run Seed File npm run seed:all

  6. Start Backend Server npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published