Skip to content
/ showMe Public

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

Notifications You must be signed in to change notification settings

Vuzi/showMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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