Interviewify is a platform that keeps track of details about your job opportunities and lets you forget those messing spreadsheets.
- Clone the repository:
git clone https://github.com/suveshmoza/Interviewify.git
- Navigate to the project directory:
cd Interviewify
- Install dependencies:
npm run install-server && npm run install-client
- Set up the required environment variables.
JWT_LIFETIME
JWT_SECRET
MONGO_URL
- Start the backend:
npm start
- Start the frontend:
cd client && npm run start