/django-listAPI

API that interacts with a database and manages serialization and deserialization using django rest framework

Primary LanguagePythonMIT LicenseMIT

django-listAPI

Build Status Python Version Django Version

API that interacts with a database and manages serialization and deserialization using django-rest-framework.

Running the Project Locally

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

License

The source code is released under the MIT License.