Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavocadev/uptask-drizzle-lucia-qwik-postgres
Uptask app (MERN) reescrito en Qwik ⚡️(WIT)
https://github.com/gustavocadev/uptask-drizzle-lucia-qwik-postgres
drizzle-orm lucia-auth mongodb postgresql prisma qwik socket-io
Last synced: 2 months ago
JSON representation
Uptask app (MERN) reescrito en Qwik ⚡️(WIT)
- Host: GitHub
- URL: https://github.com/gustavocadev/uptask-drizzle-lucia-qwik-postgres
- Owner: gustavocadev
- Created: 2023-03-18T22:36:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T01:05:16.000Z (6 months ago)
- Last Synced: 2024-07-18T04:03:17.065Z (6 months ago)
- Topics: drizzle-orm, lucia-auth, mongodb, postgresql, prisma, qwik, socket-io
- Language: TypeScript
- Homepage: https://mitaskapp.onrender.com
- Size: 556 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qwik City App ⚡️ + Socket.io + Lucia Auth + Drizzle ORM with PostgreSQL
>❗⚠️You may also be interested in this project [qwik-lucia](https://github.com/gustavocadev/qwik-lucia), which gonna help you to integrante Lucia v3 in your qwik projects easily, there are many [examples](https://github.com/gustavocadev/qwik-lucia/tree/main/examples) as well!
>
\### Project status- [x] Create a new project
- [ ] Edit projects information
- [x] Add collaborators
- [x] Create Tasks, complete and delete tasks
- [x] Delete colaborators
- [x] Add Socket.io## Bun Server
This app has a minimal [Bun server](https://bun.sh/docs/api/http) implementation. After running a full build, you can preview the build using the command:
```
bun run serve
```Then visit [http://localhost:3000/](http://localhost:3000/)