Skip to content

imbasri/bebujankcoffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bujank Coffee Shop

About The Project

Bujank Coffee is everyone can drinks

Built With

nodejs expressjs postgreSQL

Features

  1. Authentication system Login,Register with JWT
  2. Form input Validation, hash password.
  3. Searching and Sorting with Pagination.
  4. Page Navigation Handling.
  5. Create products with upload image.

Getting Started

  1. Download this Project or you can type https://github.com/imbasri-dev/bujank_coffee/archive/refs/heads/master.zip
$ git clone https://github.com/imbasri-dev/bujank_coffee.git
  1. Install NPM packages
$ npm install
  1. Starting client
$ npm start
  1. Bujank Coffee is Running

ENDPOINT DETAILS

Endpoint Method Info
/auth POST Auth
/user POST GET PATCH DELETE Users
/profile POST GET PATCH Profiles
/product POST GET PATCH DELETE Products
/promo POST GET PATCH DELETE Promos
/transaction POST GET PATCH DELETE Transactions

Related Project

  • Backend API Documentation here