Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrolustosa/doteco
PT: TCC UniNassau - Bacharelado Sistemas de informação EN: TCC UniNassau - Bachelor Information Systems
https://github.com/pedrolustosa/doteco
angular azure bootstrap5 cloud csharp css dotnetcore entity-framework-core html5 javascript npm script sqlite sqlserver typescript vercel
Last synced: about 1 month ago
JSON representation
PT: TCC UniNassau - Bacharelado Sistemas de informação EN: TCC UniNassau - Bachelor Information Systems
- Host: GitHub
- URL: https://github.com/pedrolustosa/doteco
- Owner: Pedrolustosa
- License: mit
- Created: 2021-09-05T17:14:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T13:06:06.000Z (about 3 years ago)
- Last Synced: 2023-12-08T20:31:39.238Z (about 1 year ago)
- Topics: angular, azure, bootstrap5, cloud, csharp, css, dotnetcore, entity-framework-core, html5, javascript, npm, script, sqlite, sqlserver, typescript, vercel
- Language: C#
- Homepage:
- Size: 7.64 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DotEco
[![NPM](https://img.shields.io/npm/l/react)](https://github.com/AlvaroLauriano/DotEco_Readme/blob/main/LICENSE) ![ ](https://img.shields.io/badge/website-DOTECO-COLOR) ![ ](https://img.shields.io/badge/Sustainability-COLOR) ![ ](https://img.shields.io/badge/Recycling-COLOR)
PT-BR
# Sobre o Projeto
DotEco é um site construído durante o 8º período do Curso de Sistemas de Informação da Faculdade Uninassau Olinda.
O aplicativo foi desemvolvido para a população poder solicitar a coleta do material seletivo, através de agendamento, e com isso ganhar cupons de descontos em lojas parceiras.
# Status do Projeto ♻️
🚧 V1.0 DotEco 🚧# Layout
# Tecnologias Usadas 👩💻 :
- C#
- Angular
- Git
- Bootstrap
- SQLServer
- Entity
- .NET CORE
# InstalaçãoAntes de começar, você vai precisar instalar em sua máquina as seguintes ferramentas:
[VSCode](https://code.visualstudio.com/),
[Git](https://git-scm.com), [Node.js](https://nodejs.org/en/download/),
[Angular](https://angular.io/guide/setup-local) e o [SDK 5.0.401](https://dotnet.microsoft.com/download/dotnet/5.0).# Configuração de Desenvolvimento
Para a intalação são necessárias instalar algumas dependencias de desemvolvimento:
pacote npm
cd Front\DotEco-APP\
npm i```bash
# Clone este repositório
$ git clone https://github.com/Pedrolustosa/DotEco.git# Executar o projeto(Front)
$ cd Front\DotEco-APP\
npm start# Executar o projeto(Back)
$ cd Back\src\DotEco.API
dotnet watch run```
EN
# About the project
DotEco is a website built during the 8th period of the Information Systems Course at College Uninassau Olinda.
The application was developed for the population to be able to request the collection of selective material, by appointment, and thus earn discount coupons at partner stores.
# Project Status ♻️
🚧V1.0 DotEco... 🚧# Layout
# Technologies Used 👩💻 :
- C#
- Angular
- Git
- Bootstrap
- SQLServer
- Entity
- .NET CORE
# Installation
Before starting, you will need to install the following tools on your machine:
[VSCode](https://code.visualstudio.com/),
[Git](https://git-scm.com), [Node.js](https://nodejs.org/en/download/),
[Angular](https://angular.io/guide/setup-local) and [SDK 5.0.401](https://dotnet.microsoft.com/download/dotnet/5.0).# Development setup
For installation, it is necessary to install some development facilities:
Package npm
cd Front\DotEco-APP\
npm i```bash
# Clone this repository
$ git clone https://github.com/Pedrolustosa/DotEco.git# Run the project(Front)
$ cd Front\DotEco-APP\
npm start# Run the project(Back)
$ cd Back\src\DotEco.API
dotnet watch run```