Skip to content

A library API I have built as a YouTube project Video coming soon.

Notifications You must be signed in to change notification settings

jod35/library-api-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Api V2

This is a REST API for a library that enables users to keep information about books.

Built with

  • Flask
  • Flask SQLAlchemy
  • Flask JWT Extended
  • Flask Restx
  • PostgreSQL

To run the API

  • Create a virtual environment
  python -m venv env
  • Activate it
    source env/bin/activate
  • install all project dependencies
    pip3 install -r requirements.txt

Run On Unix or Linux by

    chmod +x start.sh
    ./start.sh

On windows,


About

A library API I have built as a YouTube project Video coming soon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published