Skip to content

This is the backend component of Nathan Zimmerly and Ryan Rabello's senior project.

Notifications You must be signed in to change notification settings

power-analyzer/backend

Repository files navigation

Build

Power Analyzer (Backend)

This is the backend component of Nathan Zimmerly and Ryan Rabello's senior project.

Requirements

  • Django v2.0

Run The Server

  1. Install Requirements
pip install -r requirements.txt
  1. Run Server
python manage.py runserver

Add or remove data (via django admin)

  1. If you haven't already creat a super user
python manage.py createsuperuser
  1. Go to localhost:8000/admin and Login with the credentials you just created.

  2. Have fun viewing & editing the data.

About

This is the backend component of Nathan Zimmerly and Ryan Rabello's senior project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published