Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.48 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.48 KB

Kitabi Store

This the react app front end of kitabi store website. It's a website that manages an online books store.

Features

  • Viewing books
  • Authentification
  • Email verification
  • Making orders
  • Inventory management for the admin
  • ...

Installation

Clone this project to your host by running:

https://github.com/hamza-hadj-aissa/kitabi_store_interface.git

On the project's directory, run this command to install dependecies:

npm install

Before running this app, make sure that you have the backend API running on you host ( PORT 3000 ). You can follow Installation instructions here Kitabi Store API

Now that everything is set up. You can run this app:

npm start
  • This app is running on port 8000

Usage/Examples

After running this app. You can login as a Client as long as an Admin. On the database migration in Kitabi Store API. Two users have been created:

Type of user Email Password
Admin [email protected] admin123
Client [email protected] client123

You can always sign up with your own email address and login (Make sure you verify your email).

🔗 Contact

linkedin