Skip to content

annkurat/finance-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Finance App β€” Backend

Hello πŸ‘‹ The frontend part for this project is provided here: https://annkurat.github.io/finance-app-frontend/. For the application to fully function, you first need to clone the backend repository

git clone https://github.com/annkurat/finance-app-backend

and then start the server on http://127.0.0.1:8000/.

Installation

1. Create virtualenv

pip install virtualenv
virtualenv venv

2. Activate virtual environment:

For Windows:

venv\Scripts\activate

For macOS and Linus:

source venv/bin/activate

3. Install dependencies:

pip install -r requirements.txt

4. Apply migrations:

python manage.py migrate

5. Start project

py manage.py runserver

Create dependencies

Activate virtual environment and run:

pip freeze > requirements.txt

Deactivate the virtual environment

deactivate

About

Hello πŸ‘‹ The frontend part for this project is provided here: https://annkurat.github.io/finance-app-frontend/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages