https://github.com/danielfgray/doot
a reddit-ish clone built with remix.run, tailwind, and postgres
https://github.com/danielfgray/doot
express postgres react remix session slonik tailwindcss
Last synced: 6 months ago
JSON representation
a reddit-ish clone built with remix.run, tailwind, and postgres
- Host: GitHub
- URL: https://github.com/danielfgray/doot
- Owner: DanielFGray
- Created: 2022-02-15T16:30:22.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-03T07:50:28.000Z (6 months ago)
- Last Synced: 2025-04-09T20:12:06.940Z (6 months ago)
- Topics: express, postgres, react, remix, session, slonik, tailwindcss
- Language: TypeScript
- Homepage: https://doot.dfg.rocks
- Size: 2.01 MB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# doot
a reddit clone built with remix.run, tailwind, and postgres
## running it
Make sure you have `docker` and `docker-compose` installed
1. `yarn setup`
Will start and initialize the database, then run migrations
2. `yarn start`
Will start the development server