You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A REST api written in Django for people with deadlines
3
+
4
+
## Technologies used
5
+
*[Django](https://www.djangoproject.com/): The web framework for perfectionists with deadlines (Django builds better web apps with less code).
6
+
*[DRF](www.django-rest-framework.org/): A powerful and flexible toolkit for building Web APIs
7
+
8
+
9
+
## Installation
10
+
* If you wish to run your own build, first ensure you have python globally installed in your computer. If not, you can get python [here](https://www.python.org").
11
+
* After doing this, confirm that you have installed virtualenv globally as well. If not, run this:
0 commit comments