pankajsingh92533 / JuJu-Dating-WebSite

JuJu - MERN Dating Website - a perfect dating website for college students

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JuJu-Dating-WebSite

Welcome to Juju Dating, a modern dating website built using the MERN (MongoDB, Express.js, React, Node.js) stack!

Getting Started

Follow these instructions to get a local copy of the Juju Dating project up and running on your machine for development and testing purposes.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/samrat2k03/JuJu-Dating-WebSite.git
  2. Run sever Navigate to the server directory:

    cd server

    Start the server

    yarn start
  3. run client (Frontend) Navigate to the client directory:

    cd client

    install dependencies:

    yarn

    Start the client:

    yarn dev

Configure environment variables:

modify .env file in the server directory with the following content:

PORT = 3001
DB = place your mongodb uri
JWT_TOKEN = your_jwt_secret (or) just give strong string of characters

🛠️ Customize the placeholders with your actual values for a seamless experience.

Contribution

We welcome contributions from the community to make Juju Dating Website even better. If you'd like to contribute, please:

Fork the repository.

  • Create a new branch for your feature or bug fix.
  • Make your changes and submit a pull request.
  • For major changes, please open an issue first to discuss your ideas and proposed changes.

I've create a just a login & signup page

  • contribution based on Enhancing the dating website's functionality.
  • add new features of this project

License

This project is licensed under the MIT License - see the LICENSE file for details.

Peace ✌

About

JuJu - MERN Dating Website - a perfect dating website for college students

License:MIT License


Languages

Language:JavaScript 92.2%Language:CSS 6.3%Language:HTML 1.5%