Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 793 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 793 Bytes

Django-RESTFramework-API

This repo consist of a sample project on how Django is used for back-end on a website development and built a REST API for data extraction

To run: python manage.py runserver

INSTALLATION

This repo is also wrapped inside a pipenv. To use: navigate into the project folder, type pipenv shell and you will enter to the virtual environment. You might need to install necessary dependencies based on requirements.txt

Running

To run: python manage.py runserver Once open, change the URL to http://localhost:8000/api to view available API or change the URL to http://localhost:8000/admin/ to enter to admin project.

Additional Notes

This project builds in with a import/export tools to dump data from file such as csv,json and etc into the database.