Method | Path | Description |
---|---|---|
POST | /login | Login profile |
POST | /signup | New user |
GET | /jobs/:id | Show an job |
GET | /jobs | Show all jobs |
POST | /jobs/new | Add new job |
GET | /me | My perfil |
POST | /applies/:idJob | New apply |
GET | /applies | Show all applies of a user candidate |
$ npm install
$ npm run start:dev
- The backend runs on port 3001 by default
- Important: Change
.env-sample
to.env
with your environment variables