/BD2

Simple app for a CRUD of products using Express.JS and Angular.

Primary LanguageTypeScript

BD2

Simple app for a CRUD of products using Express.JS and Angular.

Usage

API

  • Access the folder backend
  • Run npm install to install dependencies
  • Start the server with npm start

FrontEnd

  • Access the folder frontend
  • Run npm install to install dependencies
  • Start the server with npm start