Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


mern-logo


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/)