https://github.com/gbrowns/nannys-hub-api
Backend for nannyHUB application
https://github.com/gbrowns/nannys-hub-api
Last synced: 6 months ago
JSON representation
Backend for nannyHUB application
- Host: GitHub
- URL: https://github.com/gbrowns/nannys-hub-api
- Owner: gbrowns
- License: mit
- Created: 2023-01-31T07:50:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T13:28:02.000Z (over 2 years ago)
- Last Synced: 2025-02-04T12:52:08.265Z (8 months ago)
- Language: JavaScript
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NANNYHUB-API (backend)
Try out from the following [LINK](https://n-ar93.onrender.com)
## **Documentation**
This documentation explains how to to interact with the backend for nannyhub application.### License
- MIT License### Environment
- Ubuntu LTS### Technologies
`Express.js` | `Node.js` | `mongodb` | `nodemailer`### Set up environment
1. Clone the following project repo
- `git clone repository-link`
2. Navigate to the project folder
- `cd nanny-hub-api`
3. Install libraries
- `npm install`
4. Start server
- `npm run dev`*Server should run on `http://localhost:8000`*
# Modules & Services
1. Application module
2. Mailing module
3. Geolocation module# MVPs
View detailed documentation on [PUBLISHED POSTMAN DOCUMENTATION](https://documenter.getpostman.com/view/14678284/VV4s1Kao)