Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`