hajarLamharchi / StoryShore

Portfolio project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Portfolio project


Languages

Language:HTML 48.8%Language:Python 21.8%Language:CSS 17.5%Language:JavaScript 11.9%