- Clone the repo
- run
npm i
to install the necessary dependencies - create .env file and add the required constants as exemplified in .env.sample
- run
npm start
to start the app - Refer to the
scripts
section in package.json to see all available command - To generate models and migration files (e.g to generate a model for Users entity), run the command:
sequelize model:generate --name User --attributes firstName:STRING,lastName:STRING,email:STRING,password:STRING
- To generate seed files, here is an e.g:
equelize seed:generate --name 002-users
-
Notifications
You must be signed in to change notification settings - Fork 0
chingsley/dhml_backend
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published