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

https://github.com/vuzi/showme

Image uploader in TypeScript with NodeJS, PostgreSQL, React and Redux
https://github.com/vuzi/showme

es6 nodejs postgresql react reactjs redux redux-thunk typescript

Last synced: 3 months ago
JSON representation

Image uploader in TypeScript with NodeJS, PostgreSQL, React and Redux

Awesome Lists containing this project

README

          

# ShowMe
Website to store and share images !

![](https://i.imgur.com/YPzylHt.png)
![](https://i.imgur.com/qxP8ozD.png)

## Server
NodeJS with TypeScript. PostgreSQL is used for the database.
````
cd server && npm run start
````

## Client
Also Typescript, with Redux and React.
````
cd client && webpack --watch
````