This is a social network application for researchers. It allows researchers to connect, share their work, and collaborate with others in their field.
To set up the application, follow these steps:
-
Clone project:
git clone git@github.com:hoanlv214/researchhub.git
-
Install the server dependencies:
npm install
-
Install the client dependencies:
cd client npm install
-
Connect to your MongoDB database and add the necessary information in the
.env
file.
You can run both the client and server concurrently, or run them separately as needed.
To run the client and server concurrently, use the following command:
npm run dev
This will start the server and client simultaneously.
To run only the Express server, use the following command:
npm run server
This will start the server on http://localhost:5000
.
To run only the React client, use the following command:
npm run client
This will start the client on http://localhost:3000
.
Please make sure to run the server and client in separate terminal windows or tabs.
Once the server and client are running, you can access the application by opening a web browser and navigating to:
- Server:
http://localhost:5000
- Client:
http://localhost:3000
The application provides the following functions:
- User Registration: Allows users to create an account by providing necessary details.
- User Login: Allows users to log in with their registered credentials.
- User Logout: Allows users to log out of their account.
- Create Posts: Users can create and publish posts to share their work or ideas.
- Like Posts: Users can like posts created by other users.
- Comment on Posts: Users can leave comments on posts.
- Follow Users: Users can follow other users to stay updated with their activities.
- Notifications: Users receive notifications for new followers, likes, and comments.
- Messaging: Users can engage in private conversations with other users.
- User Suggestions: Users can receive suggestions of other users based on their institution or skill. This feature helps users connect with researchers who have similar interests or expertise. Please refer to the application's documentation for more detailed information on each function.
- Add Publications: Users can add their publications to their profile.
- Custom posts: Users can create custom posts with custom categories.
- Search: Users can search for other users, posts, and publications.
- User Profile: Users can view their own profile to see their posts, publications,...
If you would like to contribute to this project, please follow the standard procedures for code contribution (e.g., fork, branch, commit, pull request). We appreciate your contributions!
This project is licensed under the MIT License.