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
- Host: GitHub
- URL: https://github.com/vuzi/showme
- Owner: Vuzi
- Created: 2017-04-27T17:57:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T02:47:50.000Z (almost 9 years ago)
- Last Synced: 2025-03-21T03:13:22.231Z (over 1 year ago)
- Topics: es6, nodejs, postgresql, react, reactjs, redux, redux-thunk, typescript
- Language: TypeScript
- Homepage:
- Size: 401 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShowMe
Website to store and share images !


## 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
````