saczuac / moneybox

A project to help people to take control and knowledge over their own savings. Made with Django Rest Framework and Angular 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moneybox

A project in order to help people to take control and knowledge over their own expenses.

Moneybox icon

DEVELOP

Up & Running

Server

In the console run the following commands

  • Activate your virtualenv...
  • pip install -r requirements.txt
  • cp moneybox/settings_env.example.py moneybox/settings_env.py
  • python manage.py migrate
  • python manage.py loaddata fixtures/algorithms.json Not provided yet
  • Create some users with: python manage.py createsuperuser
  • python manage.py runserver
  • You can go to localhost and do crud from here but it could be better if you use the existing client for this

Client

In the console run the following commands in order to develop

  • python manage.py runserver
  • cd static/moneybox-client
  • npm install -g @angular/cli
  • npm install
  • ng serve --open

About

A project to help people to take control and knowledge over their own savings. Made with Django Rest Framework and Angular 5

License:Other


Languages

Language:Python 62.7%Language:TypeScript 24.8%Language:JavaScript 6.5%Language:HTML 5.7%Language:CSS 0.3%