Skip to content

It is a project for the MS Software engineering module, SQA.

Notifications You must be signed in to change notification settings

IMDaniyal/Online-job-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions for initializing web app:

  • Install Node JS, MongoDB in the machine.
  • Start MongoDB server
  • Move inside backend directory: cd backend
  • Install dependencies in backend directory: npm install
  • Start express server: npm start
  • Backend server will start on port 4444.
  • Now go inside frontend directory: cd ..\frontend
  • Install dependencies in frontend directory: npm install
  • Start web app's frontend server: npm start
  • Frontend server will start on port 3000.
  • Now open http://localhost:3000/.
  • Run mongorestore dump/ to apply the database dump.

About

It is a project for the MS Software engineering module, SQA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages