Skip to content

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

Notifications You must be signed in to change notification settings

giodelabarrera/inskygram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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