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

https://github.com/jdaniielc/desafio-nina

Desafio técnico Fullstack para Nina
https://github.com/jdaniielc/desafio-nina

Last synced: 3 months ago
JSON representation

Desafio técnico Fullstack para Nina

Awesome Lists containing this project

README

        

# Desafio Super NINA - Fullstack

## How to run with Docker

From the root of the project, run:

```sh
docker-compose up --build
```

The frontend will be available at `http://localhost` and Api `http://localhost/api/`.

See details in the README.md files in the `front` and `back` directories.

## Error handling

If you get the following error:

```sh
exec ./entrypoint.sh: no such file or directory
```

You need to change the line endings of the `entrypoint.sh` file to LF.
And then run the command again.