Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.44 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.44 KB

Fashionista

➡️ ABOUT THE PROJECT

This project was developed for the final challenge of the Codenation Bootcamp.

recipes list

💻 TECHNOLOGIES USED FOR THIS PROJECT:

ℹ️ HOW TO RUN THE APPLICATION

To clone and run this application, you'll need Git, NodeJS, Postgres, Postbird and Npm.

You just need to run the following commands:

# Clone this repository
$ git clone https://github.com/helcioItiyama/fashionista.git

# Go into the repository
$ cd fashionista

# Install dependencies
$ yarn

# Run the app
$ yarn start