https://github.com/samsoft00/acumen-task-nodejs
https://github.com/samsoft00/acumen-task-nodejs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samsoft00/acumen-task-nodejs
- Owner: samsoft00
- Created: 2021-07-15T03:14:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T12:48:38.000Z (almost 5 years ago)
- Last Synced: 2025-02-10T00:44:31.312Z (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
[Acumen 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/acumen-task-nodejs.git acumen-oye-task`
- `cd acumen-oye-task`
- `npm i`
- `cp .env.example .env`
- `npm run start:dev`
**To start server Development**
```
npm run start:dev
```
**Run test**
```
npm run test
```