https://github.com/pwcong/resume-sys
A powerful Resume System, easily dispaly and edit and export pdf for resume
https://github.com/pwcong/resume-sys
flatui koa2 mongodb react redis redux
Last synced: 2 months ago
JSON representation
A powerful Resume System, easily dispaly and edit and export pdf for resume
- Host: GitHub
- URL: https://github.com/pwcong/resume-sys
- Owner: pwcong
- Created: 2017-02-17T06:42:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T10:35:09.000Z (about 9 years ago)
- Last Synced: 2025-05-20T21:37:33.327Z (about 1 year ago)
- Topics: flatui, koa2, mongodb, react, redis, redux
- Language: JavaScript
- Homepage:
- Size: 3.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resume-sys
A powerful Resume System, easily dispaly and edit and export pdf for resume.




# Install
```
// install all dependence
npm install
// configurate config/server.config.js
// make sure you have run the database mongodb and redis
npm run start
```
# Framework
Front-End (webpack)
* React
* Redux
* React-Router
* Flat-UI
Back-End
* Koa2
Database
* MongoDB
* Redis
# Usage
## Add/Edit Resume
When you register a new account it will automatically create a new resume binding the new account.
Only when you login successfully can you edit your resume.
## Display Resume
1. Click down the button named 'Publish Resume' when you finish your resume
2. Visit the url {host}:{port}/{uid} in browser, for example `localhost:8080/pwcong`
## Output Resume
When you visit your public resume you can see a button that can output PDF file of your resume.
# Todos
- [x] Add/Edit Resume
- [x] Display Resume
- [x] Output PDF File