Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedgaafer/saloodo
Mono repo for the saloodo task
https://github.com/ahmedgaafer/saloodo
Last synced: 10 days ago
JSON representation
Mono repo for the saloodo task
- Host: GitHub
- URL: https://github.com/ahmedgaafer/saloodo
- Owner: ahmedgaafer
- Created: 2023-11-28T11:07:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T19:44:15.000Z (about 1 year ago)
- Last Synced: 2023-11-30T17:34:50.086Z (about 1 year ago)
- Language: JavaScript
- Size: 430 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Saloodo App
## Running with Docker Compose
1. Make sure you have Docker and Docker Compose installed on your system.
2. Clone the repository to your local machine:
```bash
git clone https://github.com/ahmedgaafer/Saloodo.git
```3. Navigate to the project directory:
```bash
cd Saloodo
```4. Run the following command to start the Saloodo app:
```bash
docker-compose up
```This will build and start the containers for both the front-end and back-end.
5. Once the containers are running, you can access the Saloodo app at the following URLs:
- Front-end: [http://localhost:8000](http://localhost:8000)
- Back-end: [http://localhost:3000](http://localhost:3000)Now you can enjoy using the Saloodo app locally!
---
For front and backend docs please follow these links:
* [Frontend](Frontend/README.md)
* [Backend](Backend/README.MD)