yakirifrah / book-store

Book store

Home Page:https://book-store-ver1.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book-store # ๐Ÿš€

https://book-store-ver1.herokuapp.com

Book store for users that want to purchase books and admin area for implement crud (create, read, update, delete)

Install

 1. clone the repo  
 2. cd backend && yarn install && yarn start  
 3. cd frontend && yarn install && yarn start

Admin area

path โ‡’ /admin
  • Login (JWT)
  • Signup
  • CRUD book (need to login)
  • Search book

User area

  • Get books list
  • Search books
  • Purchase book (need to login as user)
  • View the orders (need to login as user)

**

Screenshots

user area ** enter image description here

Technologies:

Front-end : React, Ant, Styled-component
Back-end : Node.js ,MongoDB ,Express, Bcrypt, JWT for authentication

To do

  • Add mobx/redux to mange state app
  • Add pagination on server side && client side
  • Bug fixes and performance improvements
  • Improve the UX & UI

About

Book store

https://book-store-ver1.herokuapp.com/


Languages

Language:JavaScript 97.3%Language:HTML 2.0%Language:CSS 0.4%Language:Shell 0.3%