giodelabarrera / inskygram

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

Home Page:https://inskygram.surge.sh/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://inskygram.surge.sh/#/


Languages

Language:JavaScript 50.7%Language:TypeScript 43.5%Language:CSS 5.3%Language:HTML 0.5%