Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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ção

Antes 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

```