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
- Host: GitHub
- URL: https://github.com/samsoft00/engage-task-nodejs
- Owner: samsoft00
- Created: 2020-11-16T08:57:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-29T19:10:44.000Z (over 5 years ago)
- Last Synced: 2025-02-10T00:44:29.328Z (over 1 year ago)
- Language: JavaScript
- Size: 7.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enagage Task (Node.js)

### 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
```