https://github.com/sreeharijayaraj/resume-dragger
A Web app that lets you create folder drag and drop etc, A TRELLO LIKE CLONE
https://github.com/sreeharijayaraj/resume-dragger
expressjs jwt-authentication monorepo passportjs reactjs turborepo typescript vitejs
Last synced: 4 months ago
JSON representation
A Web app that lets you create folder drag and drop etc, A TRELLO LIKE CLONE
- Host: GitHub
- URL: https://github.com/sreeharijayaraj/resume-dragger
- Owner: SreehariJayaraj
- Created: 2022-09-03T15:01:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T14:48:49.000Z (over 2 years ago)
- Last Synced: 2025-03-02T03:35:59.103Z (4 months ago)
- Topics: expressjs, jwt-authentication, monorepo, passportjs, reactjs, turborepo, typescript, vitejs
- Language: TypeScript
- Homepage: https://resume-dragger.netlify.app/
- Size: 249 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Resume Classifier
## Internship task for micro.company
### Tech stack
```
React js
Node js
Typescript
Chakra ui
Vite js
Express
Prisma as ORM
MongoDB as database
Yarn workspace as MonoRepo
```### Aim
Create a SPA with the following features
Once the user login, the app should call an API specified below to fetch a list of resumes.
The resumes will be in different categories.
The user should be able to create diff categories
After creating diff categories, he should be able to drag the listed resumes to their respective category buckets(Like in the diagram)
Items put into a category should be sortable by using drag
When he logs in again, the change should be persistent
Users should be able to use Google login## Local Testing
1. Start at the repo root
1. Run `yarn install` to install all dependencies
1. Change into either workspace directory:
Start the server: `yarn workspace api dev`
Start the server: `yarn workspace web dev`