Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 937 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 937 Bytes

FullStack Job Application System

Home

How To Run Project Locally ?

  • 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

Environment Variables

    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)

Deployed App

https://job-application-app.vercel.app/

Author

gratien