Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonyh0401/nodejs-medpulse-api
Medpulse Medical Marketing Website Backend
https://github.com/tonyh0401/nodejs-medpulse-api
expressjs mongodb nodejs
Last synced: 10 days ago
JSON representation
Medpulse Medical Marketing Website Backend
- Host: GitHub
- URL: https://github.com/tonyh0401/nodejs-medpulse-api
- Owner: TonyH0401
- Created: 2024-01-22T07:43:50.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-18T10:53:02.000Z (29 days ago)
- Last Synced: 2024-11-07T00:05:46.344Z (10 days ago)
- Topics: expressjs, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Medpulse - Backend API
## Version 1.01## Medpulse API Documentation
Postman: https://documenter.getpostman.com/view/23243291/2s9YyqiMnB## Installation
Access Github Repository: https://github.com/TonyH0401/nodejs-medpulse-backend.
Download the Github Reposity:
```sh
git clone https://github.com/TonyH0401/nodejs-medpulse-backend.git
cd nodejs-medpulse-backend
```Medpulse Backend API requires [Node.js](https://nodejs.org/) v10+ to run.
Install the dependencies and devDependencies and start the server.
```sh
cd nodejs-medpulse-backend
npm i
npm i nodemon --save-dev
npm run api
```## Environment Variables:
```sh
API_PORT=""
MONGODB=""
MONGODBV2=""
CLOUDINARY_CLOUD_NAME=""
CLOUDINARY_API_KEY=""
CLOUDINARY_API_SECRET=""
```## Update Log
### Version 1.01
* Update and fix middleware, remove deprecated middlewares and function for Pricings, Contents, Services, Users, Accounts and Posts.
* Update Postman.
* Initialize api version 2.
### Version 1.00
* Created Medpulse Backend API Version 1.
* Completed Routes: Pricings, Contents, Services, Users, Accounts and Posts.
* Created Postman documentation.