This is a simple rest api to upload images to the web server. This project was made with Nodejs, Typescript and mongodb. Wirh all the basics endpints using the request models put, post, get and delete
npm install
npm run dev
npm run start
http://localhost:8000/
git clone https://github.com/userlg/Rest-Api-Images-Nodejs-Typescript-Mongodb
- Get all images saved in the server
- Insert a new image in the server
- Find an specific image in the server
- Find and delete a specific image in the server
- Edit and update the data from specific image








