Skip to content

CRUD app developed in Angular, Express, MongoDB and Node.js

Notifications You must be signed in to change notification settings

joseguzmann/MEAN-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD MADE WITH ANGULAR, EXPRESS, NODE.JS AND MONGODB

It has been built to Create, Remove, Update and Delete product registers through a web graphical interface

Front-end was made with Angular

Back-end API made with Express.js
API Endpoints:
POST api/productos/
GET api/productos/
PUT api/productos/:id
GET api/productos/:id
DELETE api/productos/:id

API was made to be connected to a MongoDB database

About

CRUD app developed in Angular, Express, MongoDB and Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published