/Fun-Backend

A backend REST server using Django for multiple frontend projects.

Primary LanguagePythonMIT LicenseMIT

Fun-Backend

A Django REST backend for multple projects. The following projects have been implemented using this backend till now :

  1. News App
  2. Todo App
  3. Many-to-Many Relation Example : This django app has no separate, it is integrated into the backend as django served html.

Instructions

1. Install the requirements.
2. Run the backend server on localhost port 8000.
3. Run the dependent project according to the insructions in the respective repository.