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

https://github.com/miguelitodev/simplelogin

Simples tela de login feita com conhecimentos básicos de NodeJS e React JS
https://github.com/miguelitodev/simplelogin

api api-rest login login-system nodejs react reactjs

Last synced: 11 months ago
JSON representation

Simples tela de login feita com conhecimentos básicos de NodeJS e React JS

Awesome Lists containing this project

README

          


simplelogin

 

Simple Login


Github top language

Github language count

Repository size

License

Github issues

Github forks

Github stars


About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
Author


## :dart: About

Simples tela de login feita com conhecimentos básicos de NodeJS e React JS

## :sparkles: Features

- Cadastro
- Login

## :rocket: Technologies

The following tools were used in this project:

- [Node.js](https://nodejs.org/en/)
- [React](https://pt-br.reactjs.org/)

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :thinking: In Insomnia

Download the file of routes here: Link

## :checkered_flag: Starting

```bash
# Clone this project
$ git clone https://github.com/miguelrisquelme/simplelogin

# Access
$ cd simplelogin

# To backend
$ cd backend

# install dependencies to backend
$ yarn install

# run backend
$ yarn dev

# To frontend
$ cd frontend

# install dependencies to frontend
$ yarn install

# run backend
$ yarn start

# The server backend will initialize in the
# The server frontend will initialize in the
```

Made with :heart: by Miguel Riquelme

 

Back to top