This application is designed for creating resumes and tracking the visitors who have viewed your resume.
This offers the facility of Google O'authentication login, resume creation, and provide analysis on it.
- NodeJS
- EJS
- ChartJS / PassportJS / Google O'auth
- Mongoose
- CORS, JWT and BCRYPT
- Javascript / CSS
- Rest APIs
Great!, after cloning & setting up the local project you can push the changes to your github fork and make a pull request.
Fork the repository and then clone the repo locally by -
git clone https://github.com/getlost01/Resume-Builder.git
Jump into the directory
cd Resume-Builder
npm install
MONGO_CONNECTION_URL= 'mongodb url'
GOOGLE_CLIENT_ID = 'google auth client id'
GOOGLE_CLIENT_SECRET = 'google auth client secret'
npm start
After running the development server the site should be running on https://localhost:9990
Give the project a ⭐ if you liked it.
Made with ❤️ and NodeJS.