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

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

a basic Typescript-based Web API for Storing Photographs
https://github.com/normalhuman01/photo-gallery-api

Last synced: about 1 year ago
JSON representation

a basic Typescript-based Web API for Storing Photographs

Awesome Lists containing this project

README

          

# typescript photo gallery api
This endeavor entails a straightforward web server built in Typescript, leveraging Node.js and MongoDB. Its primary objective is to serve as a repository for images destined for client applications such as web and mobile apps

# installation
```
cd photo-gallery-api
npm install
npm start
```