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

https://github.com/acquahsamuel/learning-track-api-dev

touring project with node.js. API development
https://github.com/acquahsamuel/learning-track-api-dev

controller database mongodb nodejs postman

Last synced: 2 days ago
JSON representation

touring project with node.js. API development

Awesome Lists containing this project

README

          

# touringAPI

API and backend with node.js for frictional web app (tourer).

### testing the whole application
- Testing with postman

## Project setup

`
npm install
`

### Start Server

``
npm start:prod
``
``
npm start:dev
``

See [Configuration Reference](`https://www.npmjs.com/`).
See [Node.js startup](`https://github.com/acquahsamuel/node-project-startup`)