Project | Technologies | How to run
Dogs is a social network where users can post photos, delete photos, comment and see statistics about their best friend.
You can check the application demo here using the user below!
User: dog | Password: dog
Before starting, you need to have Git and Node installed on your machine.
- Clone this repo:
$ git clone https://github.com/marcelopajr/dogs.git
- Enter directory:
$ cd dogs
- Install dependencies:
$ npm install
- Launch the app:
$ npm start
Have fun!