https://github.com/jkdevcode/food-menu-app
https://github.com/jkdevcode/food-menu-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jkdevcode/food-menu-app
- Owner: jkdevcode
- Created: 2024-11-16T03:19:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T23:33:19.000Z (over 1 year ago)
- Last Synced: 2025-10-10T01:33:00.320Z (9 months ago)
- Language: TypeScript
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About Project 🥡
This is a CRUD application designed to manage meal notes. The application allows users to record menus, drinks, and the corresponding day. The **backend** is developed with **Node.js** and **Express.js**, while the **frontend** utilizes **React** with **TypeScript**. **Axios** is used for HTTP requests between the frontend and backend.
---
## Getting Started
> [!NOTE]
> To run this project, make sure you have Node.js and npm (or yarn) installed.
### Backend Setup
---
```bash
cd backend
npm install
npm run dev
```
---
### Frontend Setup
```bash
cd frontend
npm install
npm run dev
```