Update README.md
Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar> Co-authored-by: Juan Barmasch <jbarmasch@itba.edu.ar>
This commit is contained in:
parent
ebbe4059f4
commit
cb96521409
10
README.md
10
README.md
|
@ -89,6 +89,16 @@ Por último, debe levantar el frontend (usará el puerto 3000) mediante:
|
||||||
sh run.sh -f
|
sh run.sh -f
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note que si está usando `github codespace` deberá cambiar la variable `API_URL` en el archivo `bsition/frontend/next.config.js` a, por ejemplo:
|
||||||
|
|
||||||
|
```
|
||||||
|
module.exports = {
|
||||||
|
env: {
|
||||||
|
API_URL: 'https://slococo-miniature-space-giggle-49wqx5x94p276pq-8000.preview.app.github.dev',
|
||||||
|
},
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Documentación de la API
|
## Documentación de la API
|
||||||
|
|
||||||
Puede ir a `http://localhost:8000/docs` para ver el `Swagger`. Notemos que se usó en todo momento `localhost` pues se supone un ambiente de testeo.
|
Puede ir a `http://localhost:8000/docs` para ver el `Swagger`. Notemos que se usó en todo momento `localhost` pues se supone un ambiente de testeo.
|
||||||
|
|
Loading…
Reference in New Issue