Skip to content
/ pages Public
forked from aaqilrk/pages

Online bookstore app built with Express.js and MySQL!!

Notifications You must be signed in to change notification settings

vixenor/pages

 
 

Repository files navigation

Pages Bookstore Express App

Online bookstore app built with Express.js and MySQL!!

Demo

demo.mp4

Screen Views

view-1

view-2

view-3

view-4

view-5

Requirements

  1. Node.js
  2. MySQL Server

Usage

  1. Fork the repository and clone it.

  2. Create a MySQL database.

  3. Create a .env file and insert the following code. Replace values with yours!!

    PORT = 3000
    MYSQL_DATABASE = 'database name'
    MYSQL_USER = 'username'
    MYSQL_PASSWORD = 'password'
    SESSION_SECRET = 'sessions secret key'
  4. First install all dependencies:

    npm ci
  5. Start the Node.js server

    npm start
  6. App can be found at

    Ecommerce app listening at http://localhost:[PORT]

Thanks to all the contributors ❤️

About

Online bookstore app built with Express.js and MySQL!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.5%
  • CSS 29.3%
  • EJS 25.2%