API that interacts with a database and manages serialization and deserialization using django-rest-framework.
Clone the repository to your local machine:
git clone https://github.com/endormi/django-listAPI.git
Create the database:
python manage.py migrate
pip install -r requirements.txt
Running the development server:
python manage.py runserver
The source code is released under the MIT License.