a small bookstore with BIG API capabilities! User makes API calls to database with HTML user-friendly templates
The original project used SQLite. This project was revisited to utilize a NoSQL database, MongoDB, instead. Both versions of the project are available in this repository under their respective folders.
Use the package manager pip to install requirements. A virtual environment is highly recommended!
pip install -r requirements.txtTo use the MongoDB version: -- Run the mongo_app.py (located inside mongodb folder)
To use the SQLite version: -- Run the server.py file (located inside sqlite-mysql folder)
Forks and Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.