Invoice-Pulse backend API (Team Tesla).
This section include list of major frameworks/libraries used to bootstrap this project.
- Django Rest Framework
- Django
This is an example of how you will set up this project locally. To get a local copy up and running follow these simple example steps.
_Below is an example of how you can set up this app.
-
Clone the repo
git clone https://github.com/InternPulse/team-tesla-backend.git
-
Navigate to the project directory
cd team-tesla-backend
-
Install Django packages
pip install -r requirements.txt
-
Run Django project
python manage.py makemigrations # creates new database migration files
python manage.py migrate # applies those migrations to update the database schema
python manage.py runserver # starts the development server