Skip to content

Oran/Python-Blogs-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Python API Project with sqlite3

PS. This is really poorly coded and needs a lot of work

Installation

To install the required packages, run the following command:

pip install -r requirements.txt

Usage

To start the server, run the following command:

Prod:

fastapi run

Dev:

fastapi dev

TODOs:

  • P0 Create a database with tables for users, posts, and API keys
  • Have a unique identifier for for api keys for each user
  • P1 Add signup and login functionality
    • Auth flow for signup and login
    • Send a token to the client and cache it in the browser
    • Cookies?
  • P3 Basic UI for the app
    • Display user profiles and posts they have made
    • Add a post
    • Delete a post
    • Edit a post

About

An API built in python using FASTAPI and SQLlite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages