Niemann Stories is a storytelling website that is coded using the Flask Python web framework. The site features a collection of short stories written by various authors. Users can browse the stories,submit their own stories. The website is designed to be user-friendly, with an intuitive interface and easy navigation.
Install Virtualenv
pip install virtualenv
Create a virutal Environment
python<version> -m venv env
Activate the Virtual Environment
source env/bin/activate
Install all the necessary libraries
pip install -r requirements.txt
Initialized the database.
flask --app flaskr init-db
Then Run
flask --app flaskr run --debugger
Your Flask application is now available at http://localhost:3000
.
Deploy the example using Vercel: