https://github.com/arvind-4/users-api
User Interaction API
https://github.com/arvind-4/users-api
cyclic-deployment nestjs nestjs-backend nestjs-restapi postgresql prisma prisma-postgres
Last synced: 10 days ago
JSON representation
User Interaction API
- Host: GitHub
- URL: https://github.com/arvind-4/users-api
- Owner: arvind-4
- License: mit
- Created: 2023-04-07T17:16:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T11:10:59.000Z (about 3 years ago)
- Last Synced: 2025-05-15T19:11:27.472Z (12 months ago)
- Topics: cyclic-deployment, nestjs, nestjs-backend, nestjs-restapi, postgresql, prisma, prisma-postgres
- Language: TypeScript
- Homepage: https://scary-pink-bunny.cyclic.app
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple REST API
A Simple Rest API for a User Interactions.
## Stack
- [Nest Js](https://nestjs.com/) - A progressive Node.js framework for building efficient, reliable and scalable server-side applications.
- [Postgres DB](https://www.postgresql.org) - The World's Most Advanced Open Source Relational Database.
- [Typescript](https://www.typescriptlang.org/) - JavaScript with syntax for types.
- [Cyclic sh](https://www.cyclic.sh) - Deploy Fullstack Javascript Apps: Front-end, Backend, Database, Scheduled tasks. All running with zero-config.
---
### Get the Code
- Clone Repo
```bash
mkdir rest-api-nestjs
cd rest-api-nestjs
git clone https://github.com/Arvind-4/Users-API .
```
- Install Dependencies
```bash
npm i
```
- Run Dev Server
```bash
npm run dev
```
## LICENSE:
[MIT LICENSE](https://github.com/Arvind-4/Users-API/blob/main/LICENSE)
## Change Log:
[Change Log](https://github.com/Arvind-4/Users-API/commits/main)
## Docs for The Project:
[Link](https://github.com/Arvind-4/Users-API/blob/main/docs/api-docks.md)