Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farhantallei/ecommerce-project
https://github.com/farhantallei/ecommerce-project
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/farhantallei/ecommerce-project
- Owner: farhantallei
- License: mit
- Created: 2024-12-03T10:11:47.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-12-10T12:21:16.000Z (15 days ago)
- Last Synced: 2024-12-10T13:27:02.569Z (15 days ago)
- Language: Rust
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.