- Docker & Docker Compose
- Git
- Node.js
- Fastify
- MongoDB
- Docker & Docker Compose
- Git
Before you begin, ensure you have met the following requirements:
- You have installed Docker & Docker Compose
- You have installed Git
- You have a MongoDB instance running (local or cloud-based)
Follow these steps to set up the project on your local machine:
-
Clone the Repository
git clone https://github.com/Samuel-A-Santos/Shopper
-
Navigate to the Project Directory
cd Shopper
-
Configure Environment Variables Edit the
.env
file to use the environment keys described in.env.example
nano .env
-
Start the Application using Docker Compose
docker compose up -d
If you have any questions or suggestions, feel free to reach out:
- Author: Samuel A. Santos
- Email: [email protected]
- GitHub: Samuel-A-Santos
# 1. Clone the Repo
git clone https://github.com/Samuel-A-Santos/Shopper
# 2. Enter in the folder
cd Shopper
# 3. Edit the environment file
nano .env # Edit the .env to use the environments keys described in .env.example
# 4. Run docker compose
docker compose up -d