Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sudarika/wow-jobs
- Owner: Sudarika
- Created: 2024-07-12T14:54:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T02:18:27.000Z (5 months ago)
- Last Synced: 2024-08-24T02:43:02.473Z (4 months ago)
- Topics: academic-project, crud, mern-stack, mongodb
- Language: JavaScript
- Homepage:
- Size: 4.67 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.