Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauriciogirardi/dash-university
https://github.com/mauriciogirardi/dash-university
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mauriciogirardi/dash-university
- Owner: mauriciogirardi
- Created: 2022-11-09T20:22:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T21:09:44.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:40:13.760Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Esta é uma aplicação para gerenciamento de universidades e escolas, esta projeto foi criado com base em um desafio.
##### Como rodar o projeto
```bash
# Clone o projeto
git clone https://github.com/mauriciogirardi/dash-university.git# Abra o projeto
cd dash-university# Instale as dependências
yarn# Run
yarn dev# Abra o projeto no browser
http://localhost:3000
```