Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rashedulhaquerasel1/love-link-server
Welcome to the Love Link Server repository! This project powers Love Link's backend, providing APIs for user authentication, biodata management, and more. Access the live platform at Love Link to find your life partner and manage your profile.
https://github.com/rashedulhaquerasel1/love-link-server
express jwt mongodb
Last synced: about 16 hours ago
JSON representation
Welcome to the Love Link Server repository! This project powers Love Link's backend, providing APIs for user authentication, biodata management, and more. Access the live platform at Love Link to find your life partner and manage your profile.
- Host: GitHub
- URL: https://github.com/rashedulhaquerasel1/love-link-server
- Owner: RashedulHaqueRasel1
- Created: 2024-07-03T18:11:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T15:42:27.000Z (4 months ago)
- Last Synced: 2024-08-24T02:58:06.784Z (3 months ago)
- Topics: express, jwt, mongodb
- Language: JavaScript
- Homepage: https://love-link-server-nine.vercel.app/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Love Link Server
Welcome to the Love Link server repository! This project powers the backend of the Love Link website, providing APIs and services for user authentication, biodata management, and more.
## Live Link
You can access the live platform at [Love Link](https://love-link-client.vercel.app). Love Link is an online matrimony platform where people can choose their life partners.[Server Site Live Link](https://love-link-server-nine.vercel.app)
## Technology Used
- Node.js
- Express.js
- MongoDB
- JWT (JSON Web Tokens)
- Middleware (Cors, Body Parser)
## Dependencies- [Express](https://www.npmjs.com/package/express): Web framework for Node.js.
- [Cors](https://www.npmjs.com/package/cors): Node.js middleware for enabling CORS.
- [Body-Parser](https://www.npmjs.com/package/body-parser): Node.js body parsing middleware.
- [JWT](https://www.npmjs.com/package/jsonwebtoken): JSON Web Token implementation for authentication.
- [Axios](https://www.npmjs.com/package/axios): Promise-based HTTP client for Node.js and the browser.## Getting Started
To get a local copy up and running, follow these simple steps.
### Installation
1. **Clone the repository:**
```sh
git clone https://github.com/RashedulHaqueRasel1/Love-Link-Server.git2. Navigate to the project directory:
```sh
cd Love-Link-Server
3. Install all dependencies:
```sh
npm install4. Set up environment variables:
```sh
MONGODB_URI=your_mongodb_uri
JWT_SECRET=your_jwt_secret5. Run the server:
```sh
nodemon index.js