This project is a full-stack web application built with:
- Frontend: React for a dynamic and interactive user interface.
- Backend: Node.js with Express as the server framework for handling HTTP requests.
- Database: PostgreSQL for robust data storage and management.
This setup uses Docker Compose for container orchestration, making development and deployment seamless across different environments.
- Docker Desktop - for docker and docker-compose
- Clone the repository:
git clone https://github.com/appjistu/atm-app.git atm-app cd ~/projects-path/atm-app
- docker-compose up
- open your browser and navigate to http://localhost:3000 (3001)