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
Server
$ cd pinclonerest-api
$ npm i
$ npm run build
$ npm start
Frontend
$ cd pinclonerest-app
$ npm i
$ npm run build
$ npm start
Server
$ cd pinclonerest-api
$ npm test
Frontend
$ cd pinclonerest-app
$ npm test
- Judith Góngora Cruz https://github.com/JudithGo