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

https://github.com/jkdevcode/food-menu-app


https://github.com/jkdevcode/food-menu-app

Last synced: about 2 months ago
JSON representation

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
```