Skip to content

StephaneKuma/invoice_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

invoice_api

An API written with Django to manage invoices

To launch this project, follow these steps:

  1. Install the required dependencies for the project

pip install -r requirements.txt

  1. Create apps migrations

py manage.py makemigrations

  1. Migrate the previous migrations into the database

py manage.py migrate

  1. Create a super user for the administration dashboard

py manage.py createsuperuser

Follow the steps provided by this command and you'll be done with cretaing your super user

  1. Run the project and enjoy 😂

py manage.py runserver

More features will be added to this API in the future More features will be added to this API in the future

About

An API written with Django to manage invoices

Resources

License

Stars

Watchers

Forks

Packages

No packages published