A Node app built with MongoDB and Angular. For demonstration purposes and a tutorial.
Node provides the RESTful API. Angular provides the frontend and accesses the API. MongoDB stores like a hoarder.
- Docker
- Docker Compose
Run node-todo and mongo:
docker-compose up --build
Run tests:
./integration-test.sh
The app will be running on localhost:8080.
The
docker-compose.yaml
has no volume so all the information stored in mongo is ephemeral.