Skip to content

Latest commit

 

History

History
111 lines (79 loc) · 2.71 KB

README.md

File metadata and controls

111 lines (79 loc) · 2.71 KB

FeedGet

GitHub language count Repository size License

FeedGet

Status: Finished

Technologies | Layout | Project | License


Technologies

This project was developed using the following techs:


Layout

The application layout is available on Figma:

Made by Rocketseat

Getting Started

Before you begin, you will need to have the following tools installed on your machine:

Installing and running the project on your computer

# Clone this repository
$ git clone https://github.com/lmpc2001/FeedGet.git

# Access the project folder in your terminal
$ cd FeedGet

# Backend
## Install the dependencies
$ cd /backend
$ npm install 
# or
$ yarn install

# Run the backend in development mode
$ yarn dev

# Frontend
## Install the dependencies
$ cd /frontend
$ npm install 
# or
$ yarn install

# Run the frontend
$ yarn start

# Mobile
## Install the dependencies
$ cd /mobile
$ npm install 
# or
$ yarn install

# Run mobile in development mode
$ expo start

License

This project is under the license MIT.