-
At first you need to power mySQL server, for example you can use XAMPP on localhost(like me) or something else. Make sure that credentials of your mySQL server is much with credentials in file
src/config/sequelize.js
-
After step one, in terminal go to the root folder of project and execute the commands as follow:
npm install
(for build node_modules package)npx sequelize-cli db:migrate
(running migrations to the database for creating tables)npx sequelize-cli db:seed:all
(making test data in database) -
Now you can run project by
npm start
command. You can usePostman collection
that in the root folder for comfortable testing project.
-
Notifications
You must be signed in to change notification settings - Fork 0
bublig737/Restaurant
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