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
- Host: GitHub
- URL: https://github.com/normalhuman01/photo-gallery-api
- Owner: normalhuman01
- License: mit
- Created: 2023-12-14T03:51:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T03:53:34.000Z (over 2 years ago)
- Last Synced: 2025-02-01T12:45:35.375Z (over 1 year ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```