Skip to content

A simple backend for a to-do application which includes support for MySQL and OAuth2. Assignment work by Anand Chauhan for a wobot.ai internship during 10 and 11th May, 2024

Notifications You must be signed in to change notification settings

hauntedcupoftea/todo-oauth-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-oauth-fastapi

Assignment work by Anand Chauhan for a wobot.ai internship during 10 and 11th May, 2024.

Assignment Details

Create a basic To-do list API.

  • Use REST API
  • Should include authentication.
  • Implementation of CRUD functionalities.
  • Using FastAPI as framework.
  • Use MySQL/Mongo db.
  • Include proper python code documentation.

Instruction to Run Code

  1. Clone the repo.
  2. Install the requirements using the pip install -r requirements.txt command.
  3. Ensure mySQL is configured properly, and edit the test environment as required.
  4. Run the main.py file in the root of the folder.

About

A simple backend for a to-do application which includes support for MySQL and OAuth2. Assignment work by Anand Chauhan for a wobot.ai internship during 10 and 11th May, 2024

Topics

Resources

Stars

Watchers

Forks

Languages