Simply clone the repo and in the root run docker-compose up -d followed by docker-compose up
Run command docker run --name redis -d redis
Run command docker build -t foo dinder && docker run -p 8081:8081 -it foo
Run command docker build -t foo dinder-frontend && docker run -p 3000:3000 -it foo
- Redis Cache Server
- MongoDB atlas
A sampleConfig.json is provided in the server folder, replace the values by the correct ones to run correctly and rename the file to config.json
- JWT authentication
- Gorilla MUX
- mongo-driver
- axios
- jsonwebtoken