https://github.com/ekaterinagorbunova/user-authentication-system
Auth App with Node.js, TypeScript, Passport.js, EJS and GitHub OAuth
https://github.com/ekaterinagorbunova/user-authentication-system
ejs-express github-oauth2 nodejs passport-js typescript
Last synced: 3 months ago
JSON representation
Auth App with Node.js, TypeScript, Passport.js, EJS and GitHub OAuth
- Host: GitHub
- URL: https://github.com/ekaterinagorbunova/user-authentication-system
- Owner: EkaterinaGorbunova
- Created: 2024-10-30T22:12:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T22:10:11.000Z (3 months ago)
- Last Synced: 2025-02-12T23:22:47.325Z (3 months ago)
- Topics: ejs-express, github-oauth2, nodejs, passport-js, typescript
- Language: TypeScript
- Homepage: https://user-authentication-sys.vercel.app
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## User Authentication System with GitHub OAuth
## Run Application
Run application in development mode (with nodemon):
```Bash
npm run dev
```
Compile TypeScript files into JavaScript, outputting them to the `dist` folder (as defined in `tsconfig.json`):```Bash
npm run build
```
Start server in production, executing the compiled JavaScript file:```Bash
npm run start
```## Admin Dashboard
Admin is `[email protected]`: