Skip to content

My first Django experience: small application that allows a user to register and control their spending

Notifications You must be signed in to change notification settings

dsnunes07/spending-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spending control

A small Django application that allow users to register and control their spending

To run the app:

  1. Clone this repository
  2. Make sure you have Python >= 3.7 and Django working on your local environment. The project also gets JQuery and Bootstrap libraries from a CDN
  3. Start the server with
    python src/manage.py runserver 
    
  4. Access the app on your local server.

About

My first Django experience: small application that allows a user to register and control their spending

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published