Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

ConnectMe

Descriprion

Web portal allow users to create their profile, connect & share their info and messages with user.

Technologies Used

  • MongoDB

  • Express.js

  • React

  • Node.js

Installations

  • Clone the repository:

    git clone https://github.com/ajay-makvana/connectMe
    
  • Navigate to the project directory:

    cd connectMe
    
  • Install the dependencies:

    • For the server, navigate to server directory (cd server) and run npm install or yarn install
      cd server
      npm install or yarn install
      
    • For the client, navigate to the client directory (cd client) and run npm install or yarn install
      cd client
      npm install or yarn install
      

Configuration

Rename a configExample.env file to config.env in the root/server directory of the project and Update the necessary configuration variables such as DATABASE connection details and SECRET_KEY.

Run

  • Start the server:

    In the project root directory, go to server directory (cd server) Run npm start or yarn start

    cd server
    node app.js
    
  • Start the client:

    In a new terminal window, navigate to the client directory (cd client) Run npm start or yarn start

    cd client
    npm start
    
  • Access the application by visiting http://localhost:3000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages