Build the perfect resume and export it from a choice of beautifully designed PDFs.
- JavaScript
- CSS
- EJS
- Node.js
- Express
- MongoDB
- Mongoose
- Render
- Node v24.2.0
- pnpm v10.6.2
Setup up a MongoDB Atlas account. Create a new database called career-kit with the collections: users, and resumes.
Run the command below to copy environment variables from the example, then add your values and save.
$ cp .env.example .env| Environment Variable | Notes |
|---|---|
| PORT | port number (default: 8000) |
| DB_NAME | MongoDB database name |
| DB_CONNECTION_STRING | MongoDB connection string in the format: mongodb+srv://myDatabaseUser:D1fficultP%[email protected]/?retryWrites=true&w=majority |
| SESSION_SECRET | complex session secret for password encryption (default: 'topsecret') |
$ nvm use
$ pnpm installOnce dependencies have been installed, run the following command to start the development server:
$ pnpm devYou can view the app in your browser at http://localhost:8000.
View the latest deploy on Render at: https://career-kit.onrender.com. Sign up for a new account or use credentials below.
username: test
password: password
