Skip to content

adejorosam/nodejs-mysql-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs Mysql Boilerplate

How To Run

  1. Start by installing all dependencies by running npm install
  2. Next create a .env file at the root of the project and copy everything from .env.example
  3. copy files from .env.example to .env using cp .env.example .envthen populate it with required values where necessary.
  4. Run migrations by running sequelize db:migrate to set up your database

Note: please ensure that you have mysql installed locally and is running.

Important Commands

  • run npm i or npm install to install all dependencies
  • run sequelize db:migrate to to run migration so as to set up database
  • run npm start to start the development server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published