Web portal allow users to create their profile, connect & share their info and messages with user.
-
MongoDB
-
Express.js
-
React
-
Node.js
-
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
- For the server, navigate to server directory (cd server) and run npm install or yarn install
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.
-
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.