/inskygram

📷 Instagram clone written in Typescript, NodeJS, Mongo, ES6, React

Primary LanguageJavaScript

Inskygram

Inskygram is a photo sharing social networking service.

Web application that tries to simulate the behavior of the application Instagram. It will be developed for the presentation of the final project of the bootcamp in Skylab Coders.

Live demo https://inskygram.surge.sh/

View the documentation

Screenshoot

Instructions

Running the application

Server

$ cd server
$ npm i
$ npm run build
$ npm start

Frontend

$ cd client 
$ npm i
$ npm run build
$ npm start

Running the test

Server

$ cd server
$ npm test

Frontend

$ cd client 
$ npm test

Authors