Skip to content

mthais/resumeweb

Repository files navigation

Resumeweb

GitHub Waffle.io - Columns and their card count

What is Resumeweb?

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.

TL;DR

To get started developing right away:

If you want use only frontend environment start at 5th step

  1. install Postgres
  2. adjust your Postgres settings into the config folder
  3. create database resumeweb
  4. run migrations with npm run sequelize:migrations
  5. install node 8+ and npm 5+
  6. install dependencias with npm i or yarn
  7. create a file .env in root based on .env.example
  8. run project with npm start or yarn start
    • if you want to serve react only use npm run dev

Other npm commands

  • execute tests with npm test
    • with coverage use npm test -- --coverage
  • run lint and fix some issues with npm run lint

Backend Server

register (POST)

TODO

login (POST)

TODO

About

Leave your resume with a modern layout and professional

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published