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.
- Host: GitHub
- URL: https://github.com/jod35/library-api-v2
- Owner: jod35
- Created: 2021-04-25T18:21:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T12:11:54.000Z (over 4 years ago)
- Last Synced: 2025-02-23T21:42:38.569Z (11 months ago)
- Language: Python
- Size: 14.5 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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,
```
```