https://github.com/sudovishal/learn-auth
Complete Auth using Full Stack technologies
https://github.com/sudovishal/learn-auth
postgresql prisma sveltekit tailwindcss typescript
Last synced: 3 months ago
JSON representation
Complete Auth using Full Stack technologies
- Host: GitHub
- URL: https://github.com/sudovishal/learn-auth
- Owner: sudovishal
- Created: 2024-06-23T02:44:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T03:04:12.000Z (about 2 years ago)
- Last Synced: 2025-09-03T03:19:11.858Z (11 months ago)
- Topics: postgresql, prisma, sveltekit, tailwindcss, typescript
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Need for this project
This mini-project serves as a learning Full-Stack tutorial to build a complete authentication using SvelteKit, Tailwind, Prisma, Postgresql, Neon(Serverless pg).
The features I aim to build is
1. Standard Login/Register/Logout with Forgot Password.
2. A Oauth login with Github.
3. An Oauth login with Google.
4. An Email Magic Link(Password-less Login).
5. A Profile Page to upload an profile photo, update email, update password.
6. An Empty Dashboard(A protected page) for any future work.
7. Keeping it mobile-responsive.
# Running the project
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.