Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonaskop44/toolbox
https://github.com/jonaskop44/toolbox
auth nestjs nextjs nextui prisma react tailwind template
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonaskop44/toolbox
- Owner: Jonaskop44
- Created: 2024-09-13T18:28:28.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T07:29:55.000Z (23 days ago)
- Last Synced: 2024-10-31T23:05:51.364Z (7 days ago)
- Topics: auth, nestjs, nextjs, nextui, prisma, react, tailwind, template
- Language: TypeScript
- Homepage:
- Size: 342 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About The Project
ToolBox is a website that contains several small tools. IMPORTANT: All tools are for demonstration purposes only and I am not responsible for anything. Use at your own risk.
All information on the website is fictitious. The website is purely for demonstration purposes
## 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)
- [FFmpeg](https://www.ffmpeg.org/)# 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/ToolBox.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/ToolBox/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 - [email protected]
Discord - Jonaskop44
Telegram - [Jonaskop44](https://t.me/Jonaskop44)