Skip to content

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

Notifications You must be signed in to change notification settings

derekleegh/Django-RESTFramework-API

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published