FullStack Job Application System
- Clone repo
- Open project in your editor (vscode)
- Open terminal
- Change to project directory
- In your terminal type
cd web
- Run
yarn install
to install packages - Run
yarn dev
to start server
CLOUDINARY_SECRET_KEY=Your Cloudinary Secret Key
CLOUDINARY_API_KEY=Your Cloudinary API Key
CLOUDINARY_NAME=Your Cloudinary Name
CLOUDINARY_URL=Your Cloudinary URL
DATABASE_NAME =job
DATABASE_URL=mongodb://localhost:27017
API_URL = http://localhost:3000/api
NB: Create .env
file in web
directory and place environment variables inside that file. (.env
)
https://job-application-app.vercel.app/