hoadv / jobApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instruction

  • Clone the project
  • Cd /jobApp folder
  • Execute: npm install
  • Execute: npm run build
  • Execute: node server
  • Access http://localhost:9000
  • Sample Employeer account / password: employeer1 / 123456
  • Sample Job seeker account / password: seeker1 / 123456

Database configuration

  • Currently using mlab
  • The DB configuration is put in jobApp\server\config\db.js file
  • Create the new DB and change the configuration file if you want.

About

License:MIT License


Languages

Language:JavaScript 86.3%Language:CSS 9.6%Language:HTML 4.1%