Skip to content

robertszafa/api.moodportfolio

Repository files navigation

Prerequisites

  1. python 3.6+
  2. pip
  3. Initialise the database from the DB.sql file. Your MySQL password and users should match config.py

Install

  1. git clone https://github.com/robertszafa/api.moodportfolio.git
  2. cd api.moodportfolio
  3. pip install -r requirements.txt
    ** it's recommended but not necessary that you install and run the whole thing in a virtualenv

Run

  1. python server.py

Comments

  • API endpoints are under /resources
  • if you create a new API endpoint, you have to also include it in server.py
  • if you install any new dependencies, update the requirements file with pip freeze > requirements.txt
  • confirm email & reset password endpoints won't work on eduroam if you test it on your localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages