An open API service indexing awesome lists of open source software.

https://github.com/samsoft00/engage-task-nodejs

Engage Task Nodejs
https://github.com/samsoft00/engage-task-nodejs

Last synced: 12 months ago
JSON representation

Engage Task Nodejs

Awesome Lists containing this project

README

          

# Enagage Task (Node.js)

![Test](https://github.com/samsoft00/engage-task-nodejs/blob/main/olists/Screenshot2020-11-16.png)

### Resources

[Engage Task-Node-js](https://www.notion.so/Task-Node-js-e5ff906068ac4b8abc245d33e7db5278)

[Postman Url](https://www.getpostman.com/collections/031387a0dc63b44ed2b3)

### Usage

- `git clone https://github.com/samsoft00/engage-task-nodejs.git engage-oye-task`
- `cd engage-oye-task`
- `npm i`
- `cp .env.example .env`
- `npm run start:dev`

**ENV variables**

```
PORT=8000
MONGODB_URI = 'mongodb://localhost:27017'
MONGODB_NAME = 'engage'
```

**To start server Development**

```
npm run start:dev
```

**Run test**

```
npm run test
```