Income Expenses API
-
Ensure you have python3 installed
-
Clone the repository
-
create a virtual environment using
virtualenv venv -
Activate the virtual environment by running
source venv/bin/activate
- On Windows use
source venv\Scripts\activate
-
Install the dependencies using
pip install -r requirements.txt -
Migrate existing db tables by running
python manage.py migrate -
Run the django development server using
python manage.py runserver