Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecrozatti/crud_mern
Projeto CRUD utilizando a stack MERN - MongoDB, Express, ReactJS e Node.js.
https://github.com/ecrozatti/crud_mern
axios dotenv expressjs mongodb mongoose nodejs reactjs
Last synced: 4 days ago
JSON representation
Projeto CRUD utilizando a stack MERN - MongoDB, Express, ReactJS e Node.js.
- Host: GitHub
- URL: https://github.com/ecrozatti/crud_mern
- Owner: ecrozatti
- License: mit
- Created: 2021-08-05T04:16:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T04:39:35.000Z (over 3 years ago)
- Last Synced: 2024-12-13T19:29:14.176Z (about 2 months ago)
- Topics: axios, dotenv, expressjs, mongodb, mongoose, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 634 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Sobre |
Tecnologias |
Requisitos |
Começando![](https://github.com/ecrozatti/CRUD_MERN/blob/master/.github/MERN.gif)
## :page_with_curl: Sobre
![GitHub language count](https://img.shields.io/github/languages/count/ecrozatti/CRUD_MERN)
![GitHub top language](https://img.shields.io/github/languages/top/ecrozatti/CRUD_MERN)
![GitHub repo size](https://img.shields.io/github/repo-size/ecrozatti/CRUD_MERN)
![GitHub](https://img.shields.io/github/license/ecrozatti/CRUD_MERN)
![GitHub last commit](https://img.shields.io/github/last-commit/ecrozatti/CRUD_MERN)Simples projeto para demonstração de um CRUD usando a stack MERN.
## :computer: Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:- [MongoDB](https://www.mongodb.com/)
- [Express](https://expressjs.com/)
- [ReactJS](https://reactjs.org/)
- [Node.js](https://nodejs.org/en/)## :books: Requisitos
- Ter [**Git**](https://git-scm.com/) para clonar o projeto.## :rocket: Começando
``` bash
# Clonar o projeto:
$ git clone https://github.com/ecrozatti/CRUD_MERN.git# Entrar no diretório do back-end:
$ cd crud_mern/server
# Instalar as dependências:
$ yarn install
# Criar um novo arquivo .env, seguindo o exemplo .env.example# Rodar a aplicação:
$ yarn dev:server
# Entrar no diretório do front-end:
$ cd crud_mern/client
# Instalar as dependências:
$ yarn install# Rodar a aplicação:
$ yarn start
```Made with 💚 by [Eric Crozatti Ferreira](https://www.linkedin.com/in/eric-crozatti-1447688a/)