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

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"

Awesome Lists containing this project

README

          

# ✨ Backend-Syndicate ✨

This is Backend Server for We Write Code - Project Syndicate "Restaurant POS System"

![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white)
![Prisma](https://img.shields.io/badge/Prisma-3982CE?style=for-the-badge&logo=Prisma&logoColor=white)

A backend server for Restaurant POS System, built with Node.js, Express, TypeScript, and PostgreSQL.

## Project Contributors


Ashutosh

## 📝 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

![Image](https://github.com/AshutoshDM1/Backend-Syndicate/blob/main/assets/techstack.png)

## 📡 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.