zShanCS / zcsBlog

an API to help manage blog creation and retrieval

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlogAPI

BlogAPI (Deployed At: https://zcsblog.herokuapp.com/docs ) lets you store and retrieve your blogs, manage users and a little more... built with the power of lightning fast FastAPI (as far as development time is concerned at least 😅)

Installation

well just like all good things, you start with typing

pip install -r requirements.txt

on your console

When this is done and all installations are successfull...

To run in development mode:

uvicorn src.main:app --reload

Usage

by default the server's docs are accessible at: http://127.0.0.1:8000/docs

Go Ahead and create a new User by putting in email,id and Password then click on authorize to have access to all routes

image 1

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

an API to help manage blog creation and retrieval


Languages

Language:Python 100.0%