Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sudarika/wow-jobs

Introducing our new student-centric social media platform, where you can connect with peers, enhance qualifications, discover internships, and achieve your career goals. Join us in revolutionizing how students navigate their academic and professional journeys for a brighter future.
https://github.com/sudarika/wow-jobs

academic-project crud mern-stack mongodb

Last synced: about 2 months ago
JSON representation

Introducing our new student-centric social media platform, where you can connect with peers, enhance qualifications, discover internships, and achieve your career goals. Join us in revolutionizing how students navigate their academic and professional journeys for a brighter future.

Awesome Lists containing this project

README

        

# Wow-Jobs

Introducing our new student-centric social media platform, where you can connect with peers, enhance qualifications, discover internships, and achieve your career goals. Join us in revolutionizing how students navigate their academic and professional journeys for a brighter future.

# Technologies Used

- Frontend: React.js, React Router, Axios, Styled Components
- Backend: Node.js, Express.js
- Database: MongoDB
- Authentication: JSON Web Tokens (JWT)

# Getting Started with Project

To get started with the project, follow these steps:

1. Clone the Repository: Clone the project repository to your local machine using the following command:
- git clone
2. Install Dependencies: Open a terminal within the project directory and run the following command to install all dependencies:
- npm install
3. Create .env file: use "MONGO" for your MongoDB url and use "JWT_SECRET" for secret key:
- JWT_SECRET = "anything"
- MONGO = "mongodb+srv://xxx:[email protected]/?retryWrites=true&w=majority&appName=xxx-xxx"
4. Run Backend Server: Start the backend server by running the following command in the terminal:
- npm start
5. Run Frontend Server: Open a new terminal and navigate to the frontend directory within the project directory using the following command:
- cd frontend
6. Then, run the following command to start the frontend server:
- npm start
7. Access the Application: Open a web browser and go:
8. With these steps, you should now be able to run the project locally and access it through your web browser.