Analyze , Improve , Repeat in short - Animre is a website that will help you to Analyze your resume and helps you to improve according to the response that you are getting from the recruiter that are visiting your resume.
- Project Details
- Techonologies
- Setup
- Understand the Codebase
- Don't Like Backend?
- Special Thanks for Contributors
The website can solve the issue that mostly Freshers for IT sector struggle like many peoples share there resume online but don't get any response. So This website help the User to analyze the resume through recruiter behaviour and improve accordingly. If you have time you should also read the story of the user (offcourse Future user) How this website will help them. This story will Help you to deeply understand this website's goal. It's a small story here.
If you don't have time, Following the main features of the website:-
- User can create 5 Resumes and Edit them anytime.
- User can Add Access Restriction.
- User can Analyze Every Resume.
- and Many more...
- 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 start
- 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.
If you contribute on this project then you get a tag on this website wheneven someone visit your resume on this website. They are able to see the tag that's shows that you help us in creating this website. It's not a big deal but it's the least we can do for our contributor. I again encourage you to read this story if you have time.
If you face any problem or want to give any suggestion Please Raise a Issue.