An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          





Logo

Router Vault


A router database to save the tested network devices at my work.


### 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
```

(back to top)