https://github.com/rcmilan/ex-express-api
API em Node para salvar e buscar Users
https://github.com/rcmilan/ex-express-api
express nodejs rest-api typescript
Last synced: 3 months ago
JSON representation
API em Node para salvar e buscar Users
- Host: GitHub
- URL: https://github.com/rcmilan/ex-express-api
- Owner: rcmilan
- Created: 2023-05-22T22:01:26.000Z (about 3 years ago)
- Default Branch: trunk
- Last Pushed: 2023-05-31T23:05:29.000Z (about 3 years ago)
- Last Synced: 2025-03-11T02:49:58.199Z (over 1 year ago)
- Topics: express, nodejs, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express API
## Executar o projeto
```bash
yarn;
yarn start;
```