Jobster is a job hunting website where anyone can search for jobs based upon their personal preferences and employers can post employment opportunities.
Code directory (above) has two directories :
- client
- server
Head to individual folders after cloning and follow below instructions.
- First install all the dependencies for the project by running commands within this client directory.
npm install- To start client, run the following command :
npm start- First install all the dependencies by running command within this server directory.
npm install- To start the server, run the following command:
nodemon server.js-
The client will run on the port :3000
-
The server will run on the port :5000
-
It is built on latest technologies as follows:
- Front-end: ReactJS
- Back-end: Node-ExpressJS
- Database: MySQL
|
|
|
|

