Readme

Installation

  • Make sure your mysql database is configured with 'root' as a user and no password: change accordingly to your configuration in settings.py.
  • Create a database named 'LittleLemon'
  • Run a Mysql import command on the LittleLemon.sql file to populate the LittleLemon database

Routes to test

Static content routes

APIs routes

Test

  • Run python manage.py test to run models and views tests