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

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

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)