https://github.com/ashutoshdm1/backend-syndicate
This is Backend Server for We Write Code - Project Syndicate "Restaurant POS System"
https://github.com/ashutoshdm1/backend-syndicate
aws express nodejs pos postgresql prisma render server typescript
Last synced: 5 months ago
JSON representation
This is Backend Server for We Write Code - Project Syndicate "Restaurant POS System"
- Host: GitHub
- URL: https://github.com/ashutoshdm1/backend-syndicate
- Owner: AshutoshDM1
- License: mit
- Created: 2025-06-04T08:20:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-19T12:56:29.000Z (10 months ago)
- Last Synced: 2025-08-19T14:49:30.285Z (10 months ago)
- Topics: aws, express, nodejs, pos, postgresql, prisma, render, server, typescript
- Language: TypeScript
- Homepage: https://pos-syndicate.elitedev.tech
- Size: 8.59 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ✨ Backend-Syndicate ✨
This is Backend Server for We Write Code - Project Syndicate "Restaurant POS System"





A backend server for Restaurant POS System, built with Node.js, Express, TypeScript, and PostgreSQL.
## Project Contributors
## 📝 Contributing Guidelines
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details and to contribute to this project.
## 📝 Table of Contents
- [Live API](#live-api)
- [Tech Stack](#tech-stack)
- [API Endpoints](#api-endpoints)
- [Getting Started](#getting-started)
- [Environment Variables](#environment-variables)
- [License](#license)
## 🌐 Live API
- Base URL: `https://backend-syndicate.onrender.com`
- Swagger API Documentation: `https://backend-syndicate.onrender.com/api-docs`
## 🛠️ Tech Stack
- **Backend Framework**: Node.js with Express
- **Language**: TypeScript
- **Database**: PostgreSQL
- **ORM**: Prisma
- **Authentication**: BetterAuth
- **API Documentation**: Swagger/OpenAPI
- **Testing**: Vitest

## 📡 API Endpoints
###
- `POST /` - home route
- `POST /health` - Check if the server is running
- Customer - [docs](/docs/customer.md)
## 📄 License
This project is licensed under the MIT License - see the LICENSE file for details.