Skip to content

PT: TCC UniNassau - Bacharelado Sistemas de informação EN: TCC UniNassau - Bachelor Information Systems

License

Notifications You must be signed in to change notification settings

Pedrolustosa/DotEco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotEco

NPM

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, Git, Node.js, Angular e o SDK 5.0.401.

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

# 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, Git, Node.js, Angular and SDK 5.0.401.

Development setup

For installation, it is necessary to install some development facilities:

Package npm cd Front\DotEco-APP
npm i

# 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