A python DRF backend service
$ git clone https://github.com/Albert-Osei/django-rest-server.git
$ cd django-rest-server
$ vrtualenv -p python3.6 venv
$ source venv/bin/activate
<venv>$ pip install -r requirements.txt
<venv>$ cd backend
<venv>$ python manage.py runserver 8000
Now you can check various apis on http://localhost:8000
π€ @albert0711
Copyright (c) 2023