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
- Host: GitHub
- URL: https://github.com/miguelitodev/simplelogin
- Owner: miguelitodev
- License: mit
- Created: 2020-12-02T23:13:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-04T21:07:02.000Z (about 5 years ago)
- Last Synced: 2025-02-23T21:05:26.666Z (11 months ago)
- Topics: api, api-rest, login, login-system, nodejs, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Login






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