An open API service indexing awesome lists of open source software.

https://github.com/jod35/library-api-v2

A library API I have built as a YouTube project Video coming soon.
https://github.com/jod35/library-api-v2

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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,

```

```