Full Application was developed on Next Level Week Return (#8) event by @Rocketseat

Overview

GitHub

LayoutTechnologiesGetting startedLicense

Feedget Mockup

🔖 Layout

You can view the project layout through the link below:

Remembering that you need to have a Figma account to access it.

🚀 Technologies

💻 Getting started

Requirements

Clone the project and access the folder

git clone https://github.com/EliasGcf/feedget.git && cd feedget

Follow the steps below

Server

# From the project root folder access the 'server' folder
$ cd server

# Install the dependencies
$ npm install

# Make a copy of '.env.example' to '.env'
# and set with YOUR environment variables.
$ cp .env.example .env

# With a PostgreSQL running, run the migrations
$ npx prisma migrate dev

# Start the server
$ npm run dev

Web

Make sure to have the server running

# From the project root folder access the 'web' folder
$ cd web

# Install the dependencies
$ npm install

# Make a copy of '.env.local.example' to '.env.local'
$ cp .env.local.example .env.local

# Start the application
$ npm run dev

Mobile

Make sure to have the server running

# From the project root folder access the 'mobile' folder
$ cd mobile

# Install the dependencies
$ npm install

# If you are going to emulate with android, run this command
$ npm run android

# If you are going to emulate with ios, run this command
$ npm run ios

# Or just start the bundle
$ npm run start

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with 💜 by Elias Gabriel

You might also like...

Repo for APE consulting's uHUB social event site.

Repo for APE consulting's uHUB social event site.

HYL_Hackathon 2022 u-Hub Inspiration Interested in finding social and academic events but have no idea where to find them? Tired of looking through co

Mar 29, 2022

This is the Full Stack Application that we're building as a part of Praveen's Live Stream.

Community Class Room Intro Motivation Tech Stack Used PreRequisites Installation Instructions Features Marketing Public Pages Basic Design from the Th

Apr 24, 2022

This is full stack todo Application which has front end and backend side on my own. So you can try this out. Build using

This is full stack todo Application which has front end and backend side on my own. So you can try this out. Build using

Full Stack Todo Application Hello Everyone... Here I am sharing some information about the TODO APP which I build using React, Redux, Material UI, Exp

Nov 8, 2022

Worldwide-covid-statistics - covid-19 tracker developed using Reactjs, Axios , chartjs, material icons

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

Jan 3, 2022

My Website developed with Docusaurus (🚧 WIP 🚧)

My Website developed with Docusaurus (🚧 WIP 🚧)

My Website 🚧 WIP 🚧 Screenshots Lighthouse This website is built using Docusaurus 2, a modern static website generator. Installation $ yarn Local De

Mar 19, 2022

Project developed during the React Immersion

Project developed during the React Immersion

AluraCord Projeto em desenvolvimento. Ajustes e melhorias O projeto ainda está em desenvolvimento e as próximas atualizações serão voltadas nas seguin

Sep 6, 2022

Movie App Project was developed with React

Movie App Project was developed with React

Movie App Project This project was developed with React. Project Status : Project live on Login information username: root password: 123456 Used Techn

Dec 14, 2022

💸 Use case style digital image marketplace like nft. I developed this system by gathering a lot of my frontend/backend knowledge

💸 Use case style digital image marketplace like nft. I developed this system by gathering a lot of my frontend/backend knowledge

❗ WARNING This project is just an educational system, NOT a system made to carry out large transactions and with the same focus as nft. I developed th

Aug 30, 2022

This project was developed to show the leaderboards of races in OpenFusion which is an open source revival project of the beloved CN FusionFall.

Getting Started with DexLabs Leaderboards This project was developed to show the leaderboards of races in OpenFusion which is an open source revival p

Jul 20, 2022
Owner
Elias Gabriel
Developer Instructor at @Rocketseat
Elias Gabriel
Project developed during NLW eSports, by Rocketseat.

NLW eSports - Trilha Ignite | Rocketseat (em andamento) Read it in English No NLW eSports estamos desenvolvendo uma plataforma web e mobile onde Gamer

Angela Caldas 5 Dec 15, 2022
A full-stack application for junior developers to find jobs that match their skill-level, find gigs in order to boost their resume, and showcase a portfolio.

Junior is a full-stack web application that was created to facilitate junior developers in finding jobs that match their skill-level, boosting their resume through finding and completing gigs, and providing a way to easily showcase a portfolio

Karolina 5 Oct 25, 2022
use this to replace redux,you can use useActions to change context value and useActions return a mutable function collection

English | 中文 NOTE react-context-mutation is a lighter and more convenient state manager designed for react applications. It aims to replace the Redux

null 19 Feb 22, 2022
Return an optimized avatar image from a domain name input.

IndieWeb Avatar API A runtime service to extract avatar images from: <link rel="apple-touch-icon"> <link rel="apple-touch-icon-precomposed"> <link rel

Eleventy 45 Aug 28, 2022
A hook based project created during 20-Dec week ReactJS workshop

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

Nabendu 1 Dec 25, 2021
Projeto criado na NLW eSport da RocketSeat. Voltado ao universo de games para conectar pessoas que precisam de um duo para jogar!

NLW eSports O que é o NLW? NLW é o maior evento online e gratuito de programação na prática com muito código, desafios, networking e um único objetivo

Ranielli Montagna 2 Sep 15, 2022
🌋 Pluggable enterprise-level react application framework.

English | 简体中文 umi ?? Extensible enterprise-level front-end application framework. Please consider following this project's author, sorrycc, and consi

UmiJS 13.5k Jan 1, 2023
The CryptoVerse is a Cryptocurrency web application developed using Reactjs for providing the latest updates, value statistics, market cap, supply and news regarding the Cryptocurrency market.

CryptoVerse - A Crptocurrency Web Application Getting Started with Create React App This project was bootstrapped with Create React App. Available Scr

Eesha Srivastava 5 Oct 26, 2022
Look it is a web application developed with React JS and using Sanity

Look-it social media app Look it's a web application that consists in a social media app where users who have registered can share all kinds of photos

Irmin 1 Feb 1, 2022
Read from an abstract-level database using Web Streams

level-web-stream Read from an abstract-level database using Web Streams. Compatible with browsers and Node.js. ?? To instead consume data using Node.j

Level 10 Dec 30, 2022