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

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

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)