Skip to content

marcelopajr/dogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dogs

Project   |    Technologies   |    How to run

Dogs

💻 Project

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

🔧 Technologies

😊 How to run

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!