This project is a Todo List app built as part of the ShaleApps Full Stack Engineering Challenge. The app allows users to manage their tasks efficiently without the hassle of authentication. It is implemented using Go for the backend and Angular for the web client.
- Storage: Items are stored in a relational/SQL database
- Version Control: The project is version controlled using Git and hosted on GitHub: https://github.com/mirul22/shaleapps-challenge
- Deployment: The app is deployed online for accessibility on Heroku
- Backend: Go
- Frontend: Angular
- Docker: For containerization
- Heroku: For deployment
- Task Management: Easily add, remove, and update tasks.
- User-friendly Interface: Intuitive design for seamless user experience.
- Efficient Storage: Utilizes a relational database for efficient data management.
- Frontend: https://shaleapps-challenge-frontend-2d7ea34c0d13.herokuapp.com/
- Backend: https://blooming-everglades-24065-95422c9c99ea.herokuapp.com/api/todos
To run this project locally using Docker, follow these steps (Run in your terminal):
-
Clone the repository to your local machine:
git clone https://github.com/mirul22/shaleapps-challenge.git
-
Navigate to the project directory (frontend):
cd frontend
-
Install all dependencies
npm install
-
Serve the project
ng serve
-
Access the app via your web browser at http://localhost:4200.
-
Navigate to the project directory (backend):
cd backend
-
Build and start the Docker containers:
docker-compose up --build
-
Access the app via your web browser at http://localhost:8000/api/todos.
To get started with the project, ensure you have Docker installed on your machine. Docker makes it easy to set up and run the project in any environment without worrying about dependencies.
- Amirul - Lead Developer
This project is licensed under the MIT License.
- Special thanks to ShaleApps for providing the opportunity to work on this challenge.
- Thanks to the developers of Go and Angular for creating such powerful tools.