Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isiko/zitate-app
A simple Webapp to manage funny quotes from your fellow Human beings
https://github.com/isiko/zitate-app
Last synced: about 1 month ago
JSON representation
A simple Webapp to manage funny quotes from your fellow Human beings
- Host: GitHub
- URL: https://github.com/isiko/zitate-app
- Owner: isiko
- Created: 2023-03-14T16:56:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T15:50:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T14:13:40.120Z (3 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zitate Manager
A simple Webapp to manage funny quotes from your fellow Human beings.## Setup
1. Install Packages -> `npm i`
2. Run the Server -> `npm run dev`## Deployment
You can run the App via Docker. Just use `docker compose up` and it should be up and running.
First though, you should add a .env file like this one:
```env
DATABASE_URL="file:./dev.db"# Used for Github OAuth (if you are using different OAuth providers define their Variables here)
GITHUB_ID=
GITHUB_SECRET=# Used for Authentication. The URL has to be the same you use with the OAuth providers. The Secret should be some random string, probably just generate some HEX String
NEXTAUTH_URL=
NEXTAUTH_SECRET=
```## Todo-List / Roadmap
- [x] Authentification
- [x] Database
- [ ] Basic Backend
- [ ] Basic Frontend
- [ ] Nicer Frontend