Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/metecode/kopernik-hamburger

A React project I prepared for the database assignment.
https://github.com/metecode/kopernik-hamburger

axios-react expressjs nodejs nodemon-express pgsql react reactjs

Last synced: 6 days ago
JSON representation

A React project I prepared for the database assignment.

Awesome Lists containing this project

README

        

# kopernik-hamburger
I made a React project for homework.

## đź’» Demo
![image](https://user-images.githubusercontent.com/71905780/210186001-ea9b1487-88b5-4fad-b62c-faad86b25f3b.png)
![image](https://user-images.githubusercontent.com/71905780/210186025-9fb179da-0560-4094-9539-78b21babb18b.png)

## 🛠️ 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
```bash
git clone https://github.com/Metecode/kopernik-hamburger.git
```
frontend:
```bash
cd client
```
```bash
npm install
```
```bash
npm start
```
backend:
```bash
cd server
```
```bash
npm install
```
```bash
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.