An open API service indexing awesome lists of open source software.

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: about 1 month ago
JSON representation

It is a server side web application which is an e-commerce store for web apps

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
![image](https://user-images.githubusercontent.com/54764701/153749345-86251d19-a039-4955-9ba3-e6d24cf45ad4.png)

### Smart Phone view
![image](https://user-images.githubusercontent.com/54764701/153749388-39beaf89-a6b3-46b5-bc26-bc168f7ce692.png)

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