Resumeweb is an application that allows create a web curriculum with a different and attractive look for companies. The professional will enter your information in the application and you can get HR consulting from people who specialize in this area, this coach will help the professional find the best way to stand out in the job market. The system will allow the user to choose a creative layout for their resume.
To get started developing right away:
If you want use only frontend environment start at 5th step
- install Postgres
- adjust your Postgres settings into the config folder
- create database resumeweb
- run migrations with
npm run sequelize:migrations
- install node 8+ and npm 5+
- if you don't have any node installed on your pc you can use NODE VERSION MANAGER (NVM)
- install dependencias with
npm i
oryarn
- create a file .env in root based on .env.example
- run project with
npm start
oryarn start
- if you want to serve react only use
npm run dev
- if you want to serve react only use
- execute tests with
npm test
- with coverage use
npm test -- --coverage
- with coverage use
- run lint and fix some issues with
npm run lint
TODO
TODO