Skip to content

609harsh/AutoApp_Server

Repository files navigation

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.

About

API support for Auto-APP-Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published