martinsvinicius / dashgo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Dashgo is an application built on Ignite Bootcamp - Rocketseat. It's basically a web site app where you can: login, list and create users.

The app may appears to be simple, but it's not. Because, to build it we use the best, greatful and complex features/practices/resources.

Built With

Getting Started


Before start, you will need to clone the api and run it on localhost:3333

Api repository: https://github.com/martinsvinicius/dashgo-auth-api


Now, you just need to install the project dependencies

yarn install

Then, you can run the app:

yarn dev

Open http://localhost:3000 to view the app in the browser. The server will reload if you make edit.

That's it. You successfully started the app.

Usage

The app has a permission system, so if you want to create a new user, you must login as admin.

Pages

  • Login

  • Dashboard (graphics data is fake)

  • Users list

  • Create users

Author


Vinicius Martins

Siga no Twitter GitHub last commit Perfil Linkedin

About


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%