Incident Management System
This project contains a boilerplate setup for a react/node/mongo application and it can be run using docker without any other dependancy.
- How to Run?
- using docker
- Navigate to root directory
- Run
docker-compose up
- Backend should be runing at http://localhost:8080
- Frontend should be running at http://localhost:80
- Db access - mongodb://root:123456@localhost:27017/?authSource=admin&readPreference=primary&appname=MongoDB%20Compass&directConnection=true&ssl=false
- Login
- username - rnirmana@gmail.com
- pwd - rnirmana@gmail.com
- using docker