Skip to content

Final project in Skylab (simulation of Pinterest)

Notifications You must be signed in to change notification settings

JudithGo/pinclonerest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinclonerest

Pinclonerest is a photo sharing social networking service.

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

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

View the documentation

Screenshoot

Instructions

Running the application

Server

$ cd pinclonerest-api
$ npm i
$ npm run build
$ npm start

Frontend

$ cd pinclonerest-app 
$ npm i
$ npm run build
$ npm start

Running the test

Server

$ cd pinclonerest-api
$ npm test

Frontend

$ cd pinclonerest-app
$ npm test

Authors

About

Final project in Skylab (simulation of Pinterest)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published