Skip to content

limaleandro1999/parking-lot-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parking Lot API

Used Tools

  • Python
  • Django
  • Django REST Framework
  • Django Admin
  • DRF yasg

How to start

You should install pipenv to manage your project environment:

$ pip install -U pip
$ pip install pipenv
$ pipenv sync --dev

Enable virtualenv with pipenv:

$ pipenv shell

Apply migrations into database:

$ python manage.py migrate

Create a new user to access the admin site:

$ python manage.py createsuperuser

And then, start the server:

$ python manage.py runserver

Now you can check it out on http://127.0.0.1:8000/api/

API endpoints

You can see all the API endpoints on http://127.0.0.1:8000/docs/

About

It's a REST API made with Django Rest Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages