Skip to content

anfastech/renex-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Application ( FaskAPI API, pydantic, boto3 , motor )

Getting Started

These instructions will help you set up and run the backend locally on your machine.

Prerequisites

  • Python (version 3.7 or higher)
  • .env (create a .env file in the project root and add your environment variables credentials)

To install the dependencies

pip install -r requirements.txt

unning the Backend ( In root folder backend)

uvicorn app.main:app --reload

This command will:

Project Structure

  • app/
    • main.py: The main entry point for the FastAPI application.
    • routers/: Directory containing route files for different API endpoints.
    • database.py: Contains database connection setup.
    • init.py: Initializes the app package.

API Documentation

FastAPI automatically generates documentation for your API. Once the server is running, you can access it at:

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

renex backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages