- Clone the repo
git clone https://github.com/m-nsx/web.git
- Install packages (run in root folder)
npm run setup
- If auto install doesn't work, manually install packages in each folder (run in both root folder, backend folder and frontend folder)
npm install
- Start the server (run in root folder)
npm run start
- Access the server at http://localhost:3000
- Cookies are unhealthy, get rid of them ! Your browser may be at risk of hyperglycemia...
mongosh
- Find the process
netstat -ano | findstr :<port>
- Kill the process
taskkill /PID <PID> /F