An open API service indexing awesome lists of open source software.

https://github.com/fazt/photo-gallery-api

A simple Web Api using Typescript to Store Photos
https://github.com/fazt/photo-gallery-api

mongodb multer nodejs rest-api typescript

Last synced: 11 months ago
JSON representation

A simple Web Api using Typescript to Store Photos

Awesome Lists containing this project

README

          

# Typescript Photo Gallery API
This project is a simple web server written in Typescript using Nodejs and Mongodb, with the purpose to store images for Client Applications like web applications or mobile apps.

# Installation
```
git clone https://github.com/FaztTech/photo-gallery-api
cd photo-gallery-api
npm install
npm start
```