Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gautamjuyal/cafe-table

Restaurant management app based on ReactJS and ExpressJS.
https://github.com/gautamjuyal/cafe-table

javascript react reactjs tailwind tailwindcss

Last synced: about 2 months ago
JSON representation

Restaurant management app based on ReactJS and ExpressJS.

Awesome Lists containing this project

README

        

# Cafe Table

Cafe table is one application you need to manage your cafes/restaurants. Aimed at providing businesses with tools to help track orders, transactions, sales data, and much more.

## Key features (in development)

1. Orders tracking
2. Transactions tracking
3. Bill generation

## Project Setup

### Prerequisites

- NodeJS, NPM installed on your machine

### Getting Started

1. Clone the repository
```bash
git clone link
cd cafe-table
```

2. Run development server

- Run client

```bash
cd client
npm install
npm run dev
```

- Run server

```bash
cd server
npm install
npm run dev
```

3. Open webapp in browser

Open following link in browser
```
http://localhost:5173/
```

## Resources used

- Vite
- ReactJS
- Redux Toolkit
- React Router
- Tailwind
- Icons by mdi
- ExpressJS
- MongoDB Atlas
- NodeJS