https://github.com/guilherme-rigobello/syncro
A project manager made with reactjs, nodejs and a JSON database.
https://github.com/guilherme-rigobello/syncro
json nodejs reactjs
Last synced: about 2 months ago
JSON representation
A project manager made with reactjs, nodejs and a JSON database.
- Host: GitHub
- URL: https://github.com/guilherme-rigobello/syncro
- Owner: Guilherme-Rigobello
- License: mit
- Created: 2024-12-03T22:45:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T01:52:19.000Z (over 1 year ago)
- Last Synced: 2025-02-02T17:19:31.126Z (over 1 year ago)
- Topics: json, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Syncro - Gerenciador de Projetos**
**Syncro** é uma aplicação web desenvolvida em React para gerenciar projetos e seus serviços associados. Ele permite criar, editar e excluir projetos, adicionar serviços, e controlar custos de forma prática e eficiente.

---
## **🛠 Tecnologias Utilizadas**
- **Frontend:**
- React.js
- CSS Modules
- React Router DOM
- **Backend (Mockado):**
- JSON Server (para simular uma API RESTful)
---
## **📦 Docs**
Primeiro, clone o projeto:
```bash
git clone https://github.com/Guilherme-Rigobello/SynCro.git
cd syncro
```
Para instalar as dependências, utilize:
```bash
npm install
```
Após, execute os seguintes comandos para executar o projeto:
```bash
npm start
```
Abra http://localhost:3000 em seu navegador.
```bash
npm run backend
```
Isso irá iniciar o servidor mock do backend na URL http://localhost:5000.