Skip to content

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors