Skip to content

lmpc2001/FeedGet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.