Skip to content

itsgratien/job-application-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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