https://github.com/flavien-hugs/books-flaskapi
Simple books flask API Rest
https://github.com/flavien-hugs/books-flaskapi
flask flask-api-backend flask-api-rest flask-sqlalchemy
Last synced: 3 months ago
JSON representation
Simple books flask API Rest
- Host: GitHub
- URL: https://github.com/flavien-hugs/books-flaskapi
- Owner: flavien-hugs
- Created: 2023-01-11T12:45:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T19:42:14.000Z (over 2 years ago)
- Last Synced: 2025-02-03T13:44:17.309Z (8 months ago)
- Topics: flask, flask-api-backend, flask-api-rest, flask-sqlalchemy
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Books API with Flask
Simple API with Flask
## Installation et test
- step 1 : clone the project
```
git clone https://github.com/flavien-hugs/books-flaskapi.git
```- step 2 : enter the project directory
```
cd books-flaskapi
```- step 3 : Install dependences
```
pipenv shell and pipenv install
or
make install
```- step 4: run project
```
flask run
```- step 5: Navigate to:
```
http://localhost:5000/
```