This is application which is present two serveices:
- Chat (in development)
- TODO list
- MongoDB
- Golang
- NPM
Firstly check if you have all requirements:
make check
To start you need to clone repository and run:
go run server.go &
cd client/
npm install
npm start