Skip to content

Simple calculator app with secure login using rest api and user account with image uploading. Used rest api for storing and fetching calculation history of users.

Notifications You must be signed in to change notification settings

Praveennaik8/Django-login-and-calculator-app-using-rest-api

Repository files navigation

Django-login-and-calculator-app-using-rest-api

Steps to run the project:

Install Python3 (Tested with Python3.10)

Run the following commands in project folder:

python -m venv .venv
.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Hosted website : http://praveennaik.pythonanywhere.com/

API End point : https://praveennaik.pythonanywhere.com/api/history (You have to login before accessing it)

About

Simple calculator app with secure login using rest api and user account with image uploading. Used rest api for storing and fetching calculation history of users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published