Skip to content

naveen-murali/marketplace

Repository files navigation

Description

A small marketplace APIs using Nest framework.

Technologies Used:
  • NodeJS (v16.16.0)
  • NestJS (v9.0.0)
  • Yarn (v1.22.19)
  • Typescript (v4.3.5)
  • Mongoose (v6.5.0)
  • Passport (v0.6.0)

Requirements

For running Lancer, you will only need Nodejs installed.

Clone Repository

$ git clone https://github.com/naveen-murali/marketplace.git
$ cd marketplace

Configure app

Create a .env file in your root directory.
You will need:

- PORT 
- MONGODB_URI 
- JWT_SECRET;

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published