Skip to content

InternPulse/team-tesla-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invoice Pulse

Invoice-Pulse backend API (Team Tesla).

Built With

This section include list of major frameworks/libraries used to bootstrap this project.

  • Django Rest Framework
  • Django

Getting Started

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.

Installation

_Below is an example of how you can set up this app.

  1. Clone the repo

    git clone https://github.com/InternPulse/team-tesla-backend.git
  2. Navigate to the project directory

    cd team-tesla-backend
  3. Install Django packages

    pip install -r requirements.txt
  4. 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

(back to top)

Releases

No releases published

Packages

No packages published

Languages