Online Marketplace API
Table of Contents
- Setup Instructions
- Documentation
Setup instructions
- Make sure you have python installed
- Clone the repository
- In the folder where the repository was cloned create a virtual environment using virtualenv venv
- Activate the virtual environment by running (on Windows)
venv\Scripts\activate
- Install the dependencies using (the package manager pip)
pip install -r requirements.txt
- Migrate existing database tables by running
python manage.py migrate
- Run the server using
python manage.py runserver
Documentation
- Link to the API Swagger Documentation
- Link to the API Redoc Documentation