/money_tracker

Keep track of money transactions with friends and people

Primary LanguagePython

Screenshots

Steps to run project locally

  1. Clone the repository.
  2. Run pip install -r requirements.txt to install all the dependencies.
  3. Run python manage.py runserver to start the server.
  4. Superuser credentials are yogesh and yogesh1234for accessing admin dashboard.
  5. Dummy user credentials are dummy1 and dummy1for testing project.
  6. Then go to http://127.0.0.1:8000/ to view the project is running.
  7. To run the frontend, go to this Frontend repo link, and clone it too.
  8. In the frontend directory, run npm install to install all the dependencies.
  9. Then run npm start to start the frontend server.
  10. Then go to http://127.0.0.1:3000/ to view the frontend.
  11. Use the dummy user credentials to authenticate and test the project.