Skip to content

design of a CRUD using Angular as frontend. The data entered in the register is stored in a JSON file on the backend, using JSON Server

License

Notifications You must be signed in to change notification settings

AfonsoMachado/crud-angular

Repository files navigation

Crud Angular

Aplicação simples desenvolvida com a finalidade de treinar recursos em angular para um CRUD (Create, Read, Update, Delete), usando o padrão Observable. Desenvolvido durante a realização do curso Angular 9 - Essencial, promovido pela Cod3r

💻 Tecnologias

☁️ Hospedagem

Este aplicativo foi hospedado na web para fins educativos e de testes, pode ser acessado online a partir de:

🔥 Instalando e executando localmente

É necessário ter um ambiente NodeJS ou Yarn instalado em sua máquina

Clonando o repositório:

$ git clone https://github.com/AfonsoMachado/crud-angular.git

Executando backend e frontend simultâneamente

Para facilitar a execução localmente, foi usada a library Concurrently para executar backend e frontend simultâneamente com um único comando

# Go to server folder
$ cd crud-angular

# Install Dependencies
$ npm install

# Run backend and frontend
$ npm run dev

📝 Licença

Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.


Feito com 💜 por Afonso Machado 🥰

About

design of a CRUD using Angular as frontend. The data entered in the register is stored in a JSON file on the backend, using JSON Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published