Build Full Stack "Track Your Job Search" App from Scratch with MongoDB, Express, React and NodeJS
Demo - Jobify
npm run install-dependencies
- rename .env.temp to .env
- setup values for - MONGO_URL, JWT_SECRET, JWT_LIFETIME
npm start
- visit url http://localhost:3000/
- 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