Simple app for a CRUD of products using Express.JS and Angular.
- Access the folder
backend - Run
npm installto install dependencies - Start the server with
npm start
- Access the folder
frontend - Run
npm installto install dependencies - Start the server with
npm start