Skip to content

Onuvob/incomeexpensesapi

 
 

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 cd venv/bin/activate

  5. Install the dependencies using pip install -r requirements.txt

  6. Migrate existing db tables by running python manage.py makemigrations and then python manage.py migrate

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%