https://github.com/jonaskop44/logintemplate
Login Template with NextJS and NestJS
https://github.com/jonaskop44/logintemplate
auth backend frontend nestjs nextjs prisma react tailwind tailwindcss template
Last synced: 3 months ago
JSON representation
Login Template with NextJS and NestJS
- Host: GitHub
- URL: https://github.com/jonaskop44/logintemplate
- Owner: Jonaskop44
- Created: 2024-09-15T18:34:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T18:14:42.000Z (over 1 year ago)
- Last Synced: 2025-07-19T17:17:33.945Z (12 months ago)
- Topics: auth, backend, frontend, nestjs, nextjs, prisma, react, tailwind, tailwindcss, template
- Language: TypeScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About The Project
A simple template for a login window. It was programmed with NextJS and NestJS. For the frontend tailwindcss with NextUI is used. Prisma with JWT is used in the backend.
## Built With
- Web
- [NextJS](https://nextjs.org/)
- [typescript](https://www.npmjs.com/package/typescript)
- [tailwindcss](https://www.npmjs.com/package/tailwindcss)
- Server
- [NestJS](https://nestjs.com/)
- [typescript](https://www.npmjs.com/package/typescript)
- [Prisma](https://www.npmjs.com/package/prisma)
# Getting Started Development
This is an example of setting up your project locally.
To get a local copy up and running follow these simple example steps.
## Prerequisites Development
This project requires NodeJS (version 16 or later), Yarn VScode. Node, Yarn and VScode are really easy to install. To make sure you have them available on your machine, try running the following command.
- node
```sh
node -v
v18.5.0
```
## Installation Development
- Clone the repo
```sh
git clone https://github.com/Jonaskop44/RiverCore-Technik.git
cd RiverCore-Technik
code .
```
### Web Development
1. install packages
```sh
npm install
```
2. start dev server
```sh
npm run dev
```
# Roadmap
See the [open issues](https://github.com/Jonaskop44/RiverCore-Technik/issues) for a list of proposed features (and known issues).
# Contributing
Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
# Contact
Email - jonas@codeflexx.com
Discord - Jonaskop44
Telegram - [Jonaskop44](https://t.me/Jonaskop44)