Fullstack TODO App with Angular as Frontend and Go with ECHO as Backend and MongoDB as database
- Open a terminal in the root of the repository where the
docker-compose.yml
file is located - Run the docker compose command with the needed arguments for the database user and password:
DB_USER=<your-username> DB_PASSWORD=<your-password> docker-compose up -d --build
- Navigate to http://localhost:3000 for the UI
- Register a user, after that you are redirected to the TODOs view
- Add Todo's to your liking! 😋
- If you want to use the Backend for your own UI or other projects, navigate to http://localhost:8080/swagger/index.html for the Swagger documentation