Skip to content

KulataevKanat/OnlineMarketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Marketplace API

Table of Contents

  • Setup Instructions
  • Documentation

Setup instructions

  1. Make sure you have python installed
  2. Clone the repository
  3. In the folder where the repository was cloned create a virtual environment using virtualenv venv
  4. Activate the virtual environment by running (on Windows)
venv\Scripts\activate
  1. Install the dependencies using (the package manager pip)
pip install -r requirements.txt 
  1. Migrate existing database tables by running
python manage.py migrate
  1. Run the server using
python manage.py runserver

Documentation

About

Online Marketplace API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published