Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/metecode/kopernik-hamburger
- Owner: Metecode
- Created: 2022-11-10T22:23:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T22:42:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T09:41:29.145Z (about 1 month ago)
- Topics: axios-react, expressjs, nodejs, nodemon-express, pgsql, react, reactjs
- Language: PLpgSQL
- Homepage:
- Size: 3.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.