Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcygan/twote
twote
https://github.com/wcygan/twote
Last synced: 2 days ago
JSON representation
twote
- Host: GitHub
- URL: https://github.com/wcygan/twote
- Owner: wcygan
- Created: 2023-09-16T00:48:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T03:46:24.000Z (10 months ago)
- Last Synced: 2024-01-12T15:21:16.330Z (10 months ago)
- Language: Rust
- Size: 511 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Twote
[One Pager](https://docs.google.com/document/d/14h-WVhfJx1pfHTL0zWkMsaf66OjMi0LC3AF4IJZPIiI/edit)
A social media app where users can post messages and follow other users.
![Architecture](resources/twote-architecture.png)
## Local Setup
See [SETUP.md](documentation/SETUP.md) for instructions on how to set up the project on your local machine.
## Running the app
The application runs within Docker. Start it with this command:
```
./scripts/bootstrap_docker.sh
```For windows, use this command:
```
./scripts/windows/bootstrap_docker.ps1
```Next, open http://localhost:3000/ in your browser.