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
- Host: GitHub
- URL: https://github.com/jdaniielc/desafio-nina
- Owner: JDaniielC
- Created: 2024-07-16T12:41:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T21:23:13.000Z (5 months ago)
- Last Synced: 2025-01-05T06:27:00.917Z (4 months ago)
- Language: TypeScript
- Size: 639 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.