An open API service indexing awesome lists of open source software.

https://github.com/hoadv/jobapp


https://github.com/hoadv/jobapp

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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.