- 📋 Project
- 🚀 Technologies
- 📷 Preview
- 📦 Installation
- ⚖️ License
- 📫 Contact
FeedGet is a component widget that you can put inside any other application, where is possible to send an email with a feedback message. It is a full-stack project developing web and mobile versions of the app.
To clone and run this application, you will need Git, NodeJS v18.17.1 or higher + npm v9.17.1 or higher, and PNPm 8.7.5 installed on your computer. In your terminal, run:
# Cloning repo
$ git clone https://github.com/brunosduarte/feedget.git feedget
# Backend
# Go to the repository
$ cd server
# Install the dependencies
$ npm install
# Run the API
$ npm run dev
# Note: After running the command above, the API will be available at http://localhost:3333
# Frontend
# Got to the repository
$ cd web
# Install dependencies
$ npm install
# Execute
$ npm run dev
# Mobile
# Got to the repository
$ cd mobile
# Install dependencies
$ npm install
# Execute
$ npm run start
This project is under license. MIT.
by Bruno Duarte 🚀