Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vcolesdev/vc-docker-clients-app_v1
Docker Compose. Version 1 of the personal clients Dashboard app.
https://github.com/vcolesdev/vc-docker-clients-app_v1
docker docker-compose express mern mern-stack mern-stack-development mongodb mongodb-database nginx nginx-proxy nodejs react reactjs server typescript
Last synced: about 2 months ago
JSON representation
Docker Compose. Version 1 of the personal clients Dashboard app.
- Host: GitHub
- URL: https://github.com/vcolesdev/vc-docker-clients-app_v1
- Owner: vcolesdev
- License: mit
- Created: 2024-01-19T07:01:37.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-19T07:01:52.000Z (12 months ago)
- Last Synced: 2024-04-11T08:53:06.649Z (9 months ago)
- Topics: docker, docker-compose, express, mern, mern-stack, mern-stack-development, mongodb, mongodb-database, nginx, nginx-proxy, nodejs, react, reactjs, server, typescript
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Clients App v1
## Description
`[AI Generated Description]`
This is a simple CRUD application for handling freelance clients. It is a work in progress.
## Features Checklist
- [x] [MongoDB](https://www.mongodb.com/) for database management
- [x] [NodeJS](https://nodejs.org/en/) and [Express](https://expressjs.com/) for backend development
- [x] [ReactJS](https://reactjs.org/) and [TypeScript](https://www.typescriptlang.org/) for frontend development
- [x] [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/) for containerization
- [x] [Nginx](https://www.nginx.com/) web server for reverse proxy## Usage
1. Clone the repository and navigate to the project directory
2. Run `docker-compose up -d --build` to build the containers
3. Run `docker-compose down` to stop the containers## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.