-
Make clone of directory
-
Change directory to
server
and install dependencies and dev-dependencies ( make sure you have installed sequelize globally) -
Create MySql database
employees
-
Configure database environment in
config/config.json
-
Run migrations
sequelize db:migrate
-
Run seeder
sequelize db:seed:all
-
Start a server:
npm start
-
Change directory to
client
and install dependencies and dev-dependencies -
Start client side
npm start
Runs the app in the development mode.
Open http://localhost:3000/ to view it in the browser.