A Simple Rest API for a User Interactions.
- Nest Js - A progressive Node.js framework for building efficient, reliable and scalable server-side applications.
- Postgres DB - The World's Most Advanced Open Source Relational Database.
- Typescript - JavaScript with syntax for types.
- Cyclic sh - Deploy Fullstack Javascript Apps: Front-end, Backend, Database, Scheduled tasks. All running with zero-config.
- Clone Repo
mkdir rest-api-nestjs
cd rest-api-nestjs
git clone https://github.com/Arvind-4/Users-API .
- Install Dependencies
npm i
- Run Dev Server
npm run dev