Skip to content

saikatbhuiyan/mern-job-finder

Repository files navigation

Jobify

Run The App Locally

  • Run Backend Server

    • rename .env.template to .env and setup values for - MONGO_URL, JWT_SECRET, JWT_LIFETIME
    • install dependencies
       npm install
    • run server
       npm run server
  • Run Front-End

    • go to client dir
       npm install
    • install dependencies
       npm install
    • go back to home dir
    • run client
       npm run client
  • Run Client and Server with same command

     npm run start

Here is some images!

job-finder

job-finder 2

job-finder 3

job-finder 4

job-finder 5

job-finder 6

job-finder 7

About

This is a full-stack job finder app using MERN stack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published