Skip to content

CryceTruly/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 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

Income expenses API with DRF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages