Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gautamjuyal/cafe-table
- Owner: gautamjuyal
- Created: 2024-01-14T20:26:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-18T11:58:05.000Z (10 months ago)
- Last Synced: 2024-03-18T13:05:11.660Z (10 months ago)
- Topics: javascript, react, reactjs, tailwind, tailwindcss
- Language: JavaScript
- Homepage: https://cafe-table-v1.vercel.app/
- Size: 433 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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