Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimaslz/dimaslz-api
https://github.com/dimaslz/dimaslz-api
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimaslz/dimaslz-api
- Owner: dimaslz
- Created: 2023-02-04T01:37:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T22:53:08.000Z (4 months ago)
- Last Synced: 2024-11-04T01:42:19.183Z (about 2 months ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dimaslz resume as Rest API
This is my resume but from a Rest API.## run the project
- `yarn dev`: developer mode to work in local
- `yarn build`: build `dist` folder
- `yarn serve`: serve `dist` folder
- `yarn test --verbose`: run all tests## how works
| path | response |
| - | - |
| `/` | all my information as you can find in my PDF Resume and, some projects I am working in my free time. |
| `/:attribute` | Use any attribute name in the first level of the `/` response to get the information, as for example: `/name` your will see my name as return `{ data: "Dimas" }`
| `/projects` | List of the projects I am working |
| `/jobs` | List of my job history |### wip
- [ ] open api specs
- [ ] dockerfile config## Author
```js
{
name: "Dimas López",
role: "FullStack Software Engineer",
alias: "dimaslz",
twitter: "https://twitter.com/dimaslz",
site: "https://dimaslz.dev",
linkedin: "https://www.linkedin.com/in/dimaslopezzurita"
}
```