/gerenciamento

Sistema gerencia uma empresa de limpeza e seus clientes e suas localidades

Primary LanguageJavaScript

Getting Started with Create React App

Supports Expo Web

⚡Quick Start

Learn more Create React App.

Backend com NodeJs, ExpressJs e Sequelize: Se vc ja tiver o Node instalado, siga os passos, senão baixe o node e instale antes: Com o NodeJs instalado:

To run app locally:

git clone git@github.com:carolbarbosa101/gerenciamento.git

Navegue até o backend

cd backend

Rodar o projeto baixado

npm start

Instalar as dependencias

 npm install

Configure o banco de Dados em config/database.js Execute as migrações pra tabelas

npx sequelize-cli db:migrate

Inicie o server

 npm start

No Frontend

Instale as dependencias

  npm install

Inicie o react

  npm start

Vai ser executado em http://localhost:3000

Se quiser use o Insomnia para testar as rotas do backend.

Gerenciar as requisições, rotas, urls, etc

  npm install --save express

Pra instalar o express

  npm install express


badge for Node.js badge for React badge for Visual Studio Code

badge for Git badge for GitHub badge for NPM

License:


MIT License Copyright (c) 2023 Caroline B Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: