/simplebks

Primary LanguageJavaScript

Table of Contents

Installation

To install the required dependencies, run:

npm install

or

yarn install

USAGE

Make sure to set up your environment variables by creating a .env file with the following information

MongoDB connection string

CONNSTRING=mongodb://localhost:27017/your_database_name

Your secret key for JWT

SECRETKEY=your_secret_key

Your port

PORT=your_port

Your host

HOST= localhost:8080

Testing

To install the required dependencies, run:

npm test

or

yarn test

Start

To install the required dependencies, run:

npm start

or

yarn start

Live Testing

visit link to test live

https://simplebkstest.onrender.com/api-docs/#/