https://github.com/luizfranzon/router-vault
A router database to save the tested network devices at my work.
https://github.com/luizfranzon/router-vault
nextjs phosphor-react prisma tailwindcss typescript
Last synced: 6 months ago
JSON representation
A router database to save the tested network devices at my work.
- Host: GitHub
- URL: https://github.com/luizfranzon/router-vault
- Owner: luizfranzon
- Created: 2023-04-07T23:01:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T01:55:14.000Z (over 2 years ago)
- Last Synced: 2024-12-26T03:41:42.806Z (over 1 year ago)
- Topics: nextjs, phosphor-react, prisma, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 388 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### Built With
* [axios](https://axios-http.com/ptbr/docs/intro)
* [NextJS](https://nextjs.org/)
* [Prisma](https://www.prisma.io/)
* [TypeScript](https://www.typescriptlang.org/)
* [TailwindCSS](https://tailwindcss.com/)
* [phosphor-react](https://phosphoricons.com/)
## Getting Started
**1- Clone this repository:**
```bash
git clone https://github.com/luizfranzon/router-vault.git && cd App
```
**2- Install dependencies:**
```bash
npm install
```
**3- Start the project:**
```bash
npm run dev
```