https://github.com/jhonsnow456/bookstore
It is a server side web application which is an e-commerce store for web apps
https://github.com/jhonsnow456/bookstore
api express javascript json mysql-database nodejs sequalize session-cookies
Last synced: 17 days ago
JSON representation
It is a server side web application which is an e-commerce store for web apps
- Host: GitHub
- URL: https://github.com/jhonsnow456/bookstore
- Owner: jhonsnow456
- Created: 2020-12-18T15:32:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T11:58:03.000Z (over 3 years ago)
- Last Synced: 2023-03-04T04:13:26.420Z (about 3 years ago)
- Topics: api, express, javascript, json, mysql-database, nodejs, sequalize, session-cookies
- Language: JavaScript
- Homepage:
- Size: 626 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookStore
It's a concept of an ecommerce webstore for books. The project is build in server side.
- Project is based on MVC Architecture.
- Frontend of the website being developed using pug tempting engine.
- The Data is fetched and updated from the JSON file format to mimic the Mongodb database.
- The unique ids for the project are generated using a random number generator.
## Screenshot
### Desktop view

### Smart Phone view

## Project Dependency:
- body-parser
- express
- pug