Skip to content

This expands on the work done in the FastAPI project, by creating a full stack application!

Notifications You must be signed in to change notification settings

Jaables/ToDo-Fullstack-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is a full stack application for creating a to-do list. Users can create an account and manage their Todo's all within the application. This application is intended to be run locally on your machine. This application uses Python, so make sure you have it installed already on your machine. The steps to get this set up are detailed below:

  1. Pull the latest version of this repository.
  2. Install all the dependencies for this project using the requirements.txt file, by running the command 'pip install -r requirements.txt'
  3. To launch the app, run the command 'uvicorn main:app'. You should see the following in your terminal image
  4. Open your favourite broswer, and head to the address detailed in your terminal, this should be http://127.0.0.1:8000

The application should now be fully functional. You will have to register a new account, and once you have done so, you will be able to log in and start creating,editing, deleting and updating your to-do list!

About

This expands on the work done in the FastAPI project, by creating a full stack application!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published