Skip to content

This Project contains a backend made with django rest framework For income and expenses.

License

Notifications You must be signed in to change notification settings

jordybayo/django-Income-Expenses-Rest

Repository files navigation

Income Expenses API

Installation steps

  1. Ensure you have python3 installed

  2. Clone the repository

  3. create a virtual environment using virtualenv venv

  4. Activate the virtual environment by running source venv/bin/activate

  • On Windows use source venv\Scripts\activate
  1. Install the dependencies using pip install -r requirements.txt

  2. Migrate existing db tables by running python manage.py migrate

  3. Run the django development server using python manage.py runserver

About

This Project contains a backend made with django rest framework For income and expenses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages