[go: nahoru, domu]

Skip to content

hajarLamharchi/StoryShore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StoryShore

logo

Introduction

StoryShore is a web application designed for book enthusiasts to discover a vast range of books and purchase their favorites. It also serves as a platform for writers to publish their literary creations and reach a broad audience.

Features

  • For Writers:

    • Create a writer account
    • Publish and modify books
    • Track sales through the dashboard
  • For Clients:

    • Create a client account
    • Navigate through published books
    • Purchase favorite books

Getting Started

Clone the Repository

git clone https://github.com/hajarLamharchi/StoryShore.git

Install Dependencies

pip install -r requirements.txt

Export Environment Variables

# Linux
export FLASK_APP="flaskapp.py"
export EMAIL_USER="your email address"
export EMAIL_PASS="your application pass"
# Windows (Command Line)
set FLASK_APP="flaskapp.py"
set EMAIL_USER="your email address"
set EMAIL_PASS="your application pass"
# Windows (PowerShell)
$env:FLASK_APP="flaskapp.py"
$env:EMAIL_USER="your email address"
$env:EMAIL_PASS="your application pass"

Contact

Demo