Skip to content

Simple Python application intended to provide Easter recipes for specific categories

Notifications You must be signed in to change notification settings

Santhin/spa-wwsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Potrawy wigilijne

https://spa-wwsi.herokuapp.com/


🧐 About

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

🏁 Getting Started

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

🚀 Deployment

Click the button below to set up this sample app on Heroku:

Deploy

https://kaffeine.herokuapp.com/

⛏️ Built Using

About

Simple Python application intended to provide Easter recipes for specific categories

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published