Skip to content

Express, Sequelize and React CRUD practice for job interview

License

Notifications You must be signed in to change notification settings

Koli14/CRUD-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-practice

Express, Sequelize and React, Reduxx CRUD practice for a job interview.

Install

To instal dependencies for both Backend and Frontend, and initialize test DB, simply run the following command:

npm i

Run

To run both Frontend and Backend simultaniously, run:

npm run dev

Backend will run at http://localhost:5000/ and Frontend at: http://localhost:3000

Restart DB

To restart the test DB run:

npm run restartDB

About

Express, Sequelize and React CRUD practice for job interview

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published