Skip to content

Django API project used for learning automation and configuration with bash scripting

Notifications You must be signed in to change notification settings

steppingstonelabs/sample-api-project

Repository files navigation

Bangazon eCommerce Platform API

There are a couple steps to run this server. After you clone the repo, cd into it and perform the following steps:

  1. Run this command: python -m venv bangazonenv (if you are on Windows, this is the only command needs to be run in Windows Command Line, not Git Bash)
  2. Run source ./bangazonenv/Scripts/activate on Windows, or source bangazonenv/bin/activate on OSX.
  3. In the root directory run the following command pip install -r requirements.txt
  4. Execute ./seed_data.sh

Now that your database is set up all you have to do is run the command:

python manage.py runserver

About

Django API project used for learning automation and configuration with bash scripting

Topics

Resources

Stars

Watchers

Forks

Contributors 5