Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farhantallei/ecommerce-project


https://github.com/farhantallei/ecommerce-project

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# E-Commerce Project

## Running the Project
1. Copy the `.env.example` file to a new file named `.env`:
```bash
cp .env.example .env
```
2. Install Docker if you haven't already: [Docker Installation Guide](https://docs.docker.com/get-docker/)
3. Start the Docker containers in detached mode:
```bash
docker-compose up -d
```

## API Documentation Preview
Here is a preview of the Admin API documentation interface:

![Admin API Documentation Preview](images/admin-api-doc-preview.jpeg)

You can view the full Admin API documentation by visiting `http://localhost:PORT/api/v1/admin` once the application is up and running.