This is the backend of Thoughts-app

(This will probably be renamed late)

I have uploaded it along the python venv, the django projects in stored as "main-project" and the api is stored as "api" inside the django project

The app is structured as :

  • models.py - It has the database table structures
  • views.py - It handles in the incoming REST requests
  • serilazers.py - It handles the incoming json and converts it into python dictionaries so it can be handled
  • urls.py - Handles all the routing to the app i.e which urls are for which functions in views