Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higordiego/tester-lap3d
Teste de Seleção para desenvolver Back-end
https://github.com/higordiego/tester-lap3d
functional-programming mongodb mongoose nodejs
Last synced: 5 days ago
JSON representation
Teste de Seleção para desenvolver Back-end
- Host: GitHub
- URL: https://github.com/higordiego/tester-lap3d
- Owner: higordiego
- Created: 2018-03-12T00:36:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T05:03:30.000Z (16 days ago)
- Last Synced: 2024-12-08T06:17:05.560Z (16 days ago)
- Topics: functional-programming, mongodb, mongoose, nodejs
- Language: JavaScript
- Size: 2.47 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/higordiego/tester-lap3d.svg?branch=master)](https://travis-ci.org/higordiego/tester-lap3d)
[![bitHound Dependencies](https://www.bithound.io/github/higordiego/tester-lap3d/badges/dependencies.svg)](https://www.bithound.io/github/higordiego/tester-lap3d/master/dependencies/npm)
[![bitHound Code](https://www.bithound.io/github/higordiego/tester-lap3d/badges/code.svg)](https://www.bithound.io/github/higordiego/tester-lap3d)
[![bitHound Overall Score](https://www.bithound.io/github/higordiego/tester-lap3d/badges/score.svg)](https://www.bithound.io/github/higordiego/tester-lap3d)
[![NSP Status](https://nodesecurity.io/orgs/higor-diego/projects/d08ae528-73a6-4d05-b505-7a22f69830ce/badge)](https://nodesecurity.io/orgs/higor-diego/projects/d08ae528-73a6-4d05-b505-7a22f69830ce)
# Processo SeletivoCandidate: Higor Diego
# Install dependencies
- Dependencies Application: ` npm i `
- Dependencies Docker: `npm i nodemon`
- Dependencies Docker: `bower install`
- Dependencies Doc: `npm i apidoc live-server -g`# Generate Documentation
` apidoc -e "(node_modules|public|_tester)" -o doc-html /apidoc `# Machine Local
### Technologies needed
- Nodejs 8.10.0 or superior
- MongoDB 3.6### Start Documentation
`npm run doc`### Tester
` npm run test`### Eslint
` npm run lint:fix `### Start Application
`npm start`### Access
- Api: *http://localhost:3000*
- Documentation: *http://localhost:8080*# Docker
### Tecnologies needed
- Docker 17.12.0
- Docker Compose 1.18.0## Start Application
`docker-compose up`### Access
- Api: *http://localhost:3000*
- Documentation: *http://localhost:8080*