Aplicação Web desenhada em MEAN STACK, com o intuito de Criar/Manipular/Mostrar Herois e os seus Pets.
- Utilização do Angular Tutorial of Heroes como ideia de projeto.
- Realizado como exercicio na UC - Projeto de Sistemas de Informação - LEI - FCUL - ULisboa - PT
@author
- Francisco Henriques - FC56348
Para instalar e executar a solução implementada proceder do seguinte modo:
1. Faça fork no projeto e clone-o num diretório local.
2. Dentro da pasta backend instalar os node-modules executando o comando:
> npm install
3. Fazer o mesmo na pasta frontend
4. Inicializar o backend depois dos modulos terem sido instalados, executando na pasta "backend/" o comando:
> node bin/www
5. Inicialiazar o frontend depois dos modulos terem sido instalados, executando na pasta "frontend/" o comando:
> ng serve --open
6. A aplicação web será inicializada com o frontend no localhost:3000 e o backend no localhost:4200 por default.
Web application designed in MEAN Stack, with the purpose of creating/manipulating/showing Heroes and their Pets.
- Use of Angular Tutorial of Heroes as a project idea.
- Developed as an exercise in the UC - Information Systems Project - LEI - FCUL - ULisboa - PT.#
To install and run the implemented solution, follow these steps:
1. Fork the project and clone it to a local directory.
2. Inside the backend folder install the node-modules by running the command:
> npm install
3. Do the same in the frontend folder
4. Initialize the backend after the modules have been installed, executing in the "backend/" folder the command:
> node bin/www
5. Initialize the frontend after the modules have been installed, executing in the "frontend/" folder the command:
> ng serve --open
6. The web application will be started with the frontend at localhost:3000 and the backend at localhost:4200 by default.