Skip to content

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.

Notifications You must be signed in to change notification settings

JosephGakah/Niemann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Niemann Stories

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.

Running Locally

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.

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel

About

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published