https://github.com/amirmghanem/aac_marketplace_backend
https://github.com/amirmghanem/aac_marketplace_backend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amirmghanem/aac_marketplace_backend
- Owner: AmirMGhanem
- Created: 2023-02-27T16:59:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T16:25:03.000Z (about 2 years ago)
- Last Synced: 2025-02-02T11:11:23.474Z (4 months ago)
- Language: Python
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AAC_Marketplace_Backend
git clone
# macOS/Linux
You may need to run `sudo apt-get install python3-venv` first on Debian-based OSs
```python3 -m venv venv```Activate Venv:
```. venv/bin/activate```
after venv is activated,``` pip install -r requirements.txt ```
``` uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload ```
venv is virtual environment. and its in git ignore.you may have to upgrade pip before installing the requirements.
if so, then usev
```pip install --upgrade pip```****************************************************************
Mongo local
studio3t to create DB localy