https://github.com/thusharabandara/atheneum-api
An API provides a mechanism for book lovers to get information about books of their interest
https://github.com/thusharabandara/atheneum-api
api atheneum flask heroku-deployment python3
Last synced: about 2 months ago
JSON representation
An API provides a mechanism for book lovers to get information about books of their interest
- Host: GitHub
- URL: https://github.com/thusharabandara/atheneum-api
- Owner: thusharabandara
- License: mit
- Created: 2020-04-12T09:25:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T04:40:55.000Z (about 3 years ago)
- Last Synced: 2025-01-10T03:12:27.892Z (over 1 year ago)
- Topics: api, atheneum, flask, heroku-deployment, python3
- Language: Python
- Homepage: https://atheneum-api.herokuapp.com/
- Size: 1.08 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Athenium API
Athenium API is a Flask-based web application that provides users with book information, including book titles, authors, publication dates, and descriptions. This API is designed to help book lovers easily access information about their favorite books.
## Getting Started
To use Athenium API, you will need to install the required dependencies. You can do this by running the following command:
```
pip install -r requirements.txt
```
After installing the dependencies, you can start the server by running the following command:
```
python app.py
```
The server will start on `localhost:5000`.
## Contributing
We welcome contributions to Athenium API. If you find any bugs or have any suggestions, please create a new issue or submit a pull request.
## License
Athenium API is licensed under the MIT License. See [LICENSE](/LICENSE) for more information.