https://github.com/joaoemanuell/letters-web
Free web service for sending anonymous (or not) letters to users.
https://github.com/joaoemanuell/letters-web
bootstrap5 crud nextjs react web website
Last synced: 3 months ago
JSON representation
Free web service for sending anonymous (or not) letters to users.
- Host: GitHub
- URL: https://github.com/joaoemanuell/letters-web
- Owner: JoaoEmanuell
- License: mit
- Created: 2023-07-10T19:29:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T18:29:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T13:16:12.549Z (over 1 year ago)
- Topics: bootstrap5, crud, nextjs, react, web, website
- Language: TypeScript
- Homepage: https://letters-topaz.vercel.app
- Size: 252 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# letters
Free web service for sending anonymous (or not) letters to users.
# Getting Started
Use the docker and docker-compose.
## Api
[Access the api repository](https://github.com/JoaoEmanuell/letters-api-python)
## Web
Make the build
```
docker-compose build
```
Run
```
docker-compose up
```