Skip to content

rushp7/LibraryBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owl Library

Work in Progress

Installation

Before running this project, you need to install the required packages and have PostgreSQL installed.

  1. Install the required packages:

    pip install -r requirements.txt
    
  2. Set up PostgreSQL. Make sure to include a .env file in your project root with the following database details:

    DATABASE_NAME=
    DATABASE_USER=
    DATABASE_PASSWORD=
    DATABASE_HOST=
    DATABASE_PORT=
    

Swagger Documentation

You can access the Swagger documentation for this API by navigating to /api/swagger/ after running the server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages