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
- Host: GitHub
- URL: https://github.com/acquahsamuel/learning-track-api-dev
- Owner: acquahsamuel
- Created: 2020-07-01T19:44:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T06:23:21.000Z (about 3 years ago)
- Last Synced: 2026-06-29T09:26:46.568Z (17 days ago)
- Topics: controller, database, mongodb, nodejs, postman
- Language: JavaScript
- Homepage:
- Size: 30.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`)