https://github.com/ohshajim/lifecare-server
LifeCare Server utilizes ExpressJS, NodeJS, MongoDB, and JWT for secure and efficient medical camp management, supporting participant registration, camp administration, and Stripe payments with ease.
https://github.com/ohshajim/lifecare-server
crud-operation expressjs jwt mongodb nodejs stripe-payment
Last synced: 3 months ago
JSON representation
LifeCare Server utilizes ExpressJS, NodeJS, MongoDB, and JWT for secure and efficient medical camp management, supporting participant registration, camp administration, and Stripe payments with ease.
- Host: GitHub
- URL: https://github.com/ohshajim/lifecare-server
- Owner: OHshajim
- Created: 2024-06-23T19:30:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T19:16:04.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T19:16:15.337Z (over 1 year ago)
- Topics: crud-operation, expressjs, jwt, mongodb, nodejs, stripe-payment
- Language: JavaScript
- Homepage: https://lifecamp-server.vercel.app/
- Size: 1.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LifeCare Server Site
****** Best Features ******
1. Secure by JWT .
2. Stripe Payment .
3. CRUD oparations .
****** Tecnologies ******
NodeJS || ExpressJS || MongoDB || Stripe || JWT
***To use code or clone or run this server that :
1. applied and connect with mongoDB
a. DB_USER= {name}
b. DB_PASS= {pass}
c. ACCESS_KEY= {token}
d. PAYMENT_KEY= {key}
2. install npm packages ---->{express, cors , dotenv, mongodb, jwt ,stripe}
# Client Site
Live site url : https://lifecamp-server.vercel.app/
Client Side Repository Link: https://github.com/OHshajim/LifeCare-Client