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.
https://autoapp-server.onrender.com/
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
DATABASE_URL=<POSTGRESQL_DATABASE_URL>
JWT_TOKEN=<JWT_TOKEN>
PRODUCT_KEY=<product_key>
EMAIL=<mail_id_to_send_email> PASSWORD=<mail_id_password>
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.
Nest is MIT licensed.