Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 905 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 905 Bytes

Description

API for Auto-App-Client. This API is creaeted using Nestjs framework. It provides support authorization,authentication,CRUD operation on app and dashboard. It uses PostgreSQL for Database and TypeORM for querying database.

Hosted API LINK

https://autoapp-server.onrender.com/

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

ENV Variables

DATABASE_URL=<POSTGRESQL_DATABASE_URL>

JWT_TOKEN=<JWT_TOKEN>

PRODUCT_KEY=<product_key>

EMAIL=<mail_id_to_send_email> PASSWORD=<mail_id_password>

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

License

Nest is MIT licensed.