By: Roy Gal
- open new terminal
-
mongod
- open new terminal on the project's (GitHubMonitorServer) directory
-
cd server
- on the .env file: change the OWNER and REPO variables if you want to run it on any repository that you want
-
npm i
-
node index.js
- open new terminal on the project's (GitHubMonitorServer) directory
-
cd client
-
npm i
-
npm start
The server updates the DB every 2 minutes.