This website will help you to create your resume instantly with AI suggestions. AI will help you to know what is the best word to use in your resume. You can create your resume in 5 Minutes and Download it in PDF format. visit the website from here
This website will help you create your resume instantly with AI suggestions. AI will help you to know which is the best word to use in your resume. You can create your resume in 5 minutes and download it in PDF format. You can create your own account on the website to save up to 5 resumes. You can edit your resume in just a minute and download PDF file of your resume. You can also choose the template according to your choice.
In this phase We just create a Resume Builder that can instanly create the resume for the user and user can download it.
User can create account and save resume with templates
Complete Resume Builder walk through :
2022-10-27.18-53-02.mp4
In this Phase will be integrate AI system. Details will be added soon
- Node : 14
- Express : 4
- Mongodb : 4.8
- Mongoose : 6
- Create a Clone of this Project in your system.
- Open Project on your IDE.
- Run Mongodb server by command
mongod
- Run command
npm install
- Run command
npm run test
(For Testing) - Run command
npm run server
- The API starts running in
localhost:3001
In this section We will discuss some important thing about codebase that might help you.
-
helper folder: Like it's name this folder consists of helper files that will reduce our work like send mail, respones and crypto.
-
test folder: Like it's name this folder consists of test files that will test our API every time you run
npm run test
command. -
index.js file: You can get the idea of the API from this file. You can read the comment of every api request like what data it should have in its body and What data it will return. (I will create a documentation of the API later).
If you don't like or don't know backend then you can contribute on its frontend part as well from here.
- Open Issue tab and Pick a issue that you want to solve.
- Comment that you want to work on that issue.
- Issue will be assign to you.
OR
- Find issue and create issue in the issue section.
- Comment that you are working on this issue.
- Start working.
Give a Star If you like it β
If you face any problem or want to give any suggestion Please Raise a Issue.