Skip to content

dayandias/Jobster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JOBSTER

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

Make sure you have node installed on your machine before starting the project.

Head to individual folders after cloning and follow below instructions.

In the client directory :

  1. First install all the dependencies for the project by running commands within this client directory.
npm install
  1. To start client, run the following command :
npm start

In the server directory :

  1. First install all the dependencies by running command within this server directory.
npm install
  1. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages