- Install Dependencies using
npm install
- Make sure
MongoDB
server is running - Create a database named
autorizz
- Create all the required
collections
in the created database and fill in the data fromdb_data
- Inside
--> app.js
under MongoDB section, replace the url withmongodb://localhost:27017/autorizz
- Open Terminal in the app folder
- Run
npm start
ornodemon start
(if nodemon is preinstalled) - Launch client app in
localhost:5000
- Launch admin app in
localhost:5000/admin