Skip to content

A job searching portal, with separate views for recruiters and applicants, complete with database and auth functionalities

Notifications You must be signed in to change notification settings

5arthak01/mern-linkedin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Stack Boilerplate

Seeding the DB

seed_jobs and seed_users contain jsons that can be sent to appropriate api routes for creation

Installations

Node

  • For Linux:
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs
  • For Mac:
brew install node

MongoDB

Install the community edition here.

React

npm install -g create-react-app

Running the boilerplate

  • Run Mongo daemon:
sudo mongod

Mongo will be running on port 27017.

  • Run Express Backend:
cd backend/
npm install
npm start
  • Run React Frontend:
cd frontend
npm install/
npm start

Navigate to http://localhost:3000/ in your browser.

About

A job searching portal, with separate views for recruiters and applicants, complete with database and auth functionalities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published