An API written with Django to manage invoices
To launch this project, follow these steps:
- Install the required dependencies for the project
pip install -r requirements.txt
- Create apps migrations
py manage.py makemigrations
- Migrate the previous migrations into the database
py manage.py migrate
- 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
- 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