https://github.com/vishsig/devsecops-3tier-ci-cd
This project features a robust CI/CD pipeline designed for a 3-tier application that supports CRUD (Create, Read, Update, Delete) operations. The pipeline automates the security, build, testing, and deployment processes, ensuring seamless delivery of features and enhancements.
https://github.com/vishsig/devsecops-3tier-ci-cd
aws deployment-automation devops devsecops docker javascript jenkins kubernetes mongodb sonarqube trivy
Last synced: over 1 year ago
JSON representation
This project features a robust CI/CD pipeline designed for a 3-tier application that supports CRUD (Create, Read, Update, Delete) operations. The pipeline automates the security, build, testing, and deployment processes, ensuring seamless delivery of features and enhancements.
- Host: GitHub
- URL: https://github.com/vishsig/devsecops-3tier-ci-cd
- Owner: Vishsig
- Created: 2024-07-13T09:12:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T08:31:45.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T14:13:51.847Z (over 1 year ago)
- Topics: aws, deployment-automation, devops, devsecops, docker, javascript, jenkins, kubernetes, mongodb, sonarqube, trivy
- Language: JavaScript
- Homepage:
- Size: 2.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yelp Camp Web Application
This web application allows users to add, view, access, and rate campgrounds by location. It is based on "The Web Developer Bootcamp" by Colt Steele, but includes several modifications and bug fixes. The application leverages a variety of technologies and packages, such as:
- **Node.js with Express**: Used for the web server.
- **Bootstrap**: For front-end design.
- **Mapbox**: Provides a fancy cluster map.
- **MongoDB Atlas**: Serves as the database.
- **Passport package with local strategy**: For authentication and authorization.
- **Cloudinary**: Used for cloud-based image storage.
- **Helmet**: Enhances application security.
- ...
## Setup Instructions
To get this application up and running, you'll need to set up accounts with Cloudinary, Mapbox, and MongoDB Atlas. Once these are set up, create a `.env` file in the same folder as `app.js`. This file should contain the following configurations:
```sh
CLOUDINARY_CLOUD_NAME=[Your Cloudinary Cloud Name]
CLOUDINARY_KEY=[Your Cloudinary Key]
CLOUDINARY_SECRET=[Your Cloudinary Secret]
MAPBOX_TOKEN=[Your Mapbox Token]
DB_URL=[Your MongoDB Atlas Connection URL]
SECRET=[Your Chosen Secret Key] # This can be any value you prefer
```
After configuring the .env file, you can start the project by running:
```sh
docker compose up
```
## Application Screenshots


