Status: Finished
Technologies | Layout | Project | License
This project was developed using the following techs:
The application layout is available on Figma:
Before you begin, you will need to have the following tools installed on your machine:
# 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
This project is under the license MIT.