Skip to content

liamandaidan/Python_Final_Proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python_Final_Proj

Introduction

The purpose of my project is to illustrate restful api services around user accounts. This will cover some of the basic functions, along with admin functions. In this project I used mongoDB for the database functions, feel free to connect using all the information within the .env file.

Github link to repo

https://github.com/liamandaidan/Python_Final_Proj

Quick demo

For a video demonstration and quick run through of functionality:
https://youtu.be/DoxDfyTxra4

Configuration

To get started, all config used for the app is located within .env. This will be provided to you along with assignment submission.

To start a local server I used python package uvicorn.
python -m uvicorn main:app --reload image
Navigate to the URL provided.
Once there append /docs to your url. You will come to the FastApi Swagger interface. image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages