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.
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.
-
Login with
- email: admin@example.com
- password: 123456
or
- email: editor@example.com
- password: 123456
The app has a permission system, so if you want to create a new user, you must login as admin.