/DevSpace

A Job portal website built to handle the needs of both the recruiter as well as the applicants. Implemented using the MERN stack and React's Context API and Hooks

Primary LanguageJavaScript

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

  • To run the backend
cd backend
npm install
npm start 
  • To run the frontend
cd frontend
npm install
npm start