Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiandotdev/services-employees
API's REST and postgreSQL
https://github.com/sebastiandotdev/services-employees
Last synced: 25 days ago
JSON representation
API's REST and postgreSQL
- Host: GitHub
- URL: https://github.com/sebastiandotdev/services-employees
- Owner: sebastiandotdev
- Created: 2023-02-17T16:22:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-24T01:27:54.000Z (over 1 year ago)
- Last Synced: 2024-08-26T18:54:00.824Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 233 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Services Employees
- Services Employees API's en donde muchos usuarios publican sus mejores POSTS
# Instalación
- Si quieres usar esta Api's REST sigue los siguientes paso:
1. `npm install`
2. `npm run dev`
3. `localhost:3000`# Endpoints
- ` http://localhost:3000/api`
# Ejemplos de solicitu http
- para ver los usuarios
`http://localhost:3000/api`
```
axios.get('http://localhost:3000/api')
.then(response => {
console.log(response.data);
})
.catch(error => {
console.error(error);
});
```# Contribución
- `git clone https://github.com/Sebastian009w/Services-Employees.git`