这是一个简历管理系统后端使用golang
有兴趣可以看看这个项目和GO项目react项目 \ Golang项目链接
项目使用前后端分离,前端使用react + ts,后端使用golang开发,其中后端功能如下 \
添加简历,标记重点简历,每日待办(添加、编辑),简历编辑,提交简历信息,在线预览简历,删除简历,接口查询,逻辑删除,接口返回
这是一个简历管理系统后端使用golang,暂时还没有时间写md,有兴趣可以看看这个项目和GO项目react项目 Golang项目链接 This project was bootstrapped with Create React App.
完成前后端的部署之后需要启动redis服务才能保持服务可用
master 主分支
dev 测试分支
[已完成]featrue20230225 添加个人信息显示功能,添加个人详情页 [20230307个人信息展示和修改开发完成]
[3月排期]featrue20230325 0307开始开发 添加系统管理员、管理员、员工等权限
[4月排期]featrue20230420 添加管理员权限获取全局操作记录(每天所有员工上传简历数量、已完成)
[5月排期]featrue230520 优化代码(更换目前pdf预览问题,优化接口多次请求问题)
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.