This is a social networking application for pets. Users can register as their pets and share experiences and memories from the perspective of their pets. It is a platform that allows the user to live vicariously as their pet on the internet.
Follow the below to install the application:
- Download the files.
- Install mongoDB and create a database called
socialpet
. - Run
npm install
. - Run
npm run seed
to seed the mock data.
- This is an application that will allow the user to :
- Create,
- Read,
- Update and
- Delete posts on the application through the use of the MongoDB.
- Please see the application deployed on the following website https://socialpet.herokuapp.com/.
Credits for pet images taken from unsplashed listed below:
Photo by Karsten Winegeart on Unsplash Photo by Tran Mau Tri Tam ✪ on Unsplash Heart icons created by Prosymbols Premium - Flaticon Photo by Jay Wennington on Unsplash Photo by Jonas Vincent on Unsplash Photo by Ricky Kharawala on Unsplash Photo by Alexander Grey on Unsplash
Please refer to LICENSE in the repo