Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santhin/spa-wwsi
Simple Python application intended to provide Easter recipes for specific categories
https://github.com/santhin/spa-wwsi
fastapi heroku mongodb python
Last synced: about 2 months ago
JSON representation
Simple Python application intended to provide Easter recipes for specific categories
- Host: GitHub
- URL: https://github.com/santhin/spa-wwsi
- Owner: Santhin
- Created: 2021-01-12T16:59:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-08T10:00:31.000Z (about 3 years ago)
- Last Synced: 2023-03-05T07:19:59.132Z (almost 2 years ago)
- Topics: fastapi, heroku, mongodb, python
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Potrawy wigilijne
==============================https://spa-wwsi.herokuapp.com/
---
This is simple page application intended to provide Easter recipes for specific categories.
```
├── main.py
├── Procfile
├── README.md
├── requirements.txt
├── runtime.txt
├── static
│ ├── function.js
│ └── style.css
└── templates
└── index.html
```These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
App was tested on python 3.8.5
Clone repository:
```
git clone https://github.com/Santhin/spa-wwsi.git
```Install all dependencies needed for project with:
```
pip install -r requirements.txt
```
Start app with:```
uvicorn main:app --host=0.0.0.0 --port=8000
```
open web browser and type:
```
http://localhost:8000
```Click the button below to set up this sample app on Heroku:
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
https://kaffeine.herokuapp.com/
- [MongoDB](https://www.mongodb.com/) - Database
- [FastAPI](https://fastapi.tiangolo.com/) - Server Framework
- [Heroku](https://www.heroku.com/) - Deploy