Skip to content

ardaninsaturnu/antiquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mehmet Arda Çelik

antiQuery

book store management software

This project creating for book shops that help management stock. Project is consist of products list, autharization, CRUD products transition filter by name and categories, sort by name and price.

Features

  • List all product on home page.
  • navigate for manage pages topBar under the header.
  • With help of a button, go to Create Screen and create a book from there
  • Book object must contain these fields while sending a post request: name, description, kind, category, publish company, writer, publisher, favorite,
  • Filter the listed items according to their Categories
  • Filter the listed items according to their names
  • Filter the listed items according to their writer
  • Delete a book.
  • Can add a product to favorites and display the favorite products under the favorites page.

Tech

used thoose techs for Booquery :

for client

  • TypeScript
  • ReactJS
  • Redux Toolkit
  • TailwindCss
  • Jest
  • React-router-dom

for server

  • Mongo DB
  • Express.js
  • Node

Installation

Clone project your local

git clone [email protected]:ardaninsaturnu/booquery.git

Install the dependencies and devDependencies and start the npm.

npm install
npm start

View

to view project last version click this url : for Antiquery follow this

Commits Explanation

  • 🌈 for style
  • 🦠 for bug fixies
  • 🧬 for merging
  • 🧚 for new features