Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clacerda/reactgram
https://github.com/clacerda/reactgram
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clacerda/reactgram
- Owner: clacerda
- Created: 2022-11-25T22:44:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T22:51:22.000Z (about 1 year ago)
- Last Synced: 2023-11-29T23:35:39.550Z (about 1 year ago)
- Language: JavaScript
- Size: 6.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Reactgram
Projeto desenvolvido com as tecnologias: React para desenvolvimento do front-end e node.js para back-end;
É um desafio estudantil para criar um protótipo de um instagram.Principais libs utilizadas em Node:
```bash
"express": "^4.18.2"
``````bash
"mongoose": "^6.7.3"
``````bash
"jsonwebtoken": "^8.5.1"
```E a versão do redux utilizada no front:
```bash
"react-redux": "^8.0.5"
```