/kopernik-hamburger

A React project I prepared for the database assignment.

Primary LanguagePLpgSQL

kopernik-hamburger

I made a React project for homework.

💻 Demo

image image

🛠️ Technologies Used

  • Node.js
  • Express.js
  • React
  • Css
  • Boostrap 5
  • Postgre SQL

💡Core Concepts

  • Rest APIs with Node.js
  • Managed database with postgresql
  • Single-page pages with React

🚀Features

  • Customers can
    • Add , update , delete cart order
    • Confirm order

Setup

git clone https://github.com/Metecode/kopernik-hamburger.git

frontend:

cd client
npm install
npm start

backend:

cd server
npm install
nodemon .\server.js

📌footnote

The project has design flaws and logical error. I am aware of these problem. I will try to fix them in time ! If you contribute to me, i would be glad.