Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubendvb/news-crud-v2
https://github.com/rubendvb/news-crud-v2
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rubendvb/news-crud-v2
- Owner: Rubendvb
- Created: 2022-10-30T05:02:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T01:50:34.000Z (about 2 years ago)
- Last Synced: 2023-03-06T15:34:35.775Z (over 1 year ago)
- Language: TypeScript
- Size: 17.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD News
## Table of Contents
- [CRUD News](#crud-news)
- [Table of Contents](#table-of-contents)
- [Sobre o projeto ](#sobre-o-projeto-)
- [Rodando localmente ](#rodando-localmente-)
- [Funcionalidades ](#funcionalidades-)
- [Stack utilizada ](#stack-utilizada-)
- [Demonstração ](#demonstração-)CRUD News é um projeto de criação/edição/atualização e eliminação de notícias
Clone o projeto
```bash
git clone https://github.com/Rubendvb/News-CRUD-V2.git
```Entre no diretório do projeto
```bash
cd News-CRUD-V2
```Entre na pasta frontend
```bash
cd frontend
```Instale as dependências
```bash
npm install
```Inicie o servidor
```bash
npm run dev
```Abrir outro terminal no diretório do projeto e entrar na pasta frontend e rodar
```bash
cd frontend
```Instale as dependências
```bash
npm install
```Inicie o servidor
```bash
npm run dev
```- Criação de notícias
- Preview em tempo real de todas as notícias criadas
- Menu para edição e eliminação de notícias
- Preview de notícias individualmente**Front-end:** React, TypeScript, SASS
**Back-end:** Node, Express, MongoDB
![Demo]('./frontend/public/demo/../../../../frontend/public/demo/demo-crud-news.gif)