/jobify-mern

Build Full Stack "Track Your Job Search" App from Scratch with MongoDB, Express, React and NodeJS

Primary LanguageJavaScript

Jobify (MERN)

Build Full Stack "Track Your Job Search" App from Scratch with MongoDB, Express, React and NodeJS

Demo - Jobify

Jobify

Run The App Locally

npm run install-dependencies
  • rename .env.temp to .env
  • setup values for - MONGO_URL, JWT_SECRET, JWT_LIFETIME
npm start

Setup React App

  • create client folder
  • open terminal
cd client
npx create-react-app .
npm start
  • set editor/browser side by side
  • copy/paste assets from complete projectld Full Stack Application from Scratch with MongoDB, Express, React and NodeJS