Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
A simple Web Api using Typescript to Store Photos
- Host: GitHub
- URL: https://github.com/fazt/photo-gallery-api
- Owner: fazt
- Created: 2019-08-27T22:13:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T03:30:46.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T07:47:02.344Z (7 months ago)
- Topics: mongodb, multer, nodejs, rest-api, typescript
- Language: TypeScript
- Size: 180 KB
- Stars: 22
- Watchers: 5
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```