Online bookstore app built with Express.js and MySQL!!
demo.mp4
- Node.js
- MySQL Server
-
Fork the repository and clone it.
-
Create a MySQL database.
-
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'
-
First install all dependencies:
npm ci
-
Start the Node.js server
npm start
-
App can be found at
Ecommerce app listening at http://localhost:[PORT]