- Install and setup and .
- Clone the repository
- Enter the server folder by
cd authorizer/server
and runnpm install
- Run
npm start
- In a second terminal run
mongo
to start mongoDB server - In another terminal enter the client folder
cd authorizer/client
npm install
- Run
npm start
- Go to
localhost:3000
for the application