[AI Generated Description]
This is a simple CRUD application for handling freelance clients. It is a work in progress.
- MongoDB for database management
- NodeJS and Express for backend development
- ReactJS and TypeScript for frontend development
- NextJS for server-side rendering
- Docker and Docker Compose for containerization
- Nginx web server for reverse proxy
- Clone the repository and navigate to the project directory
- Run
docker-compose up -d --build
to build the containers - Run
docker-compose down
to stop the containers
This script will remove all stopped containers, dangling images, and unused networks.
This script will rebuild the containers.
This project is licensed under the MIT License - see the LICENSE file for details.