17ᵗʰ Project developed as assessment practice during Driven's Full Stack Develpment course

Overview

Linkr logo

Linkr | Back end

WIP

Full Stack Development Project
Browse Nodejs code» - Front end code»

Built With

Study Playlist

In this section I included all Youtube content I used or refered to while studying for this project. Keep in mind that most of these videos contain information that was not previously studied during class, which may affect some parts of the code that contain these extras.

Youtube

Contact

LinkedIn Slack

Contributors

Made with contrib.rocks
Comments
  • Feat/timeline posts

    Feat/timeline posts

    Captura de Tela 2022-06-22 às 02 05 51

    Consegui implementar a rota de timeline/posts retornando aquele formato.

    Aceita 3 parâmetros (opcionais) de query string:

    • beforeDate: quero posts antes da data tal
    • afterDate: quero posts depois da data tal
    • limit

    Formato de data é o mesmo que o sql usa (2022-06-22T04:11:06.391Z)

    Btw, precisamos fazer 2 ajustes no banco de dados

    • [x] Tabela posts não deve ter coluna "url"
    • [x] Tabela followings deve renomear "following_id" para "followed_id". No limite, é mais consistente pq o usuário que está seguindo é o user_id (que possui o token) e o que está sendo seguido é o followed_id.

    Nota: Como não tinha rotas essenciais na main, populei o meu banco local na mão. Precisamos finalizar logo o básico.

    opened by estevamfurtado 1
  • Reshares

    Reshares

    Pessoal, trouxe o commit da Izadora, meu, do Saulo e do Vitor e fiz um monte de refatoração de arquivos! Muita coisa tava concentrada nos arquivos 'posts' (middlewares, controllers e repositories) e precisava ir pro lugar certo. Padronizei muitas funções e chamadas, testei as rotas e, a principio, falta só a rota de posts de hashtags.

    opened by estevamfurtado 0
  • Reshares

    Reshares

    Pessoal, trouxe o commit da Izadora, meu, do Saulo e do Vitor e fiz um monte de refatoração de pastas. Muita coisa tava concentrada nos arquivos 'posts' (middlewares, controllers e repositories) e precisava ir pro lugar certo. Padronizei muitas funções e chamadas, testei as rotas e, a principio, falta só a rota de posts de hashtags.

    opened by estevamfurtado 0
  • Feat: /posts route with hashtags being saved

    Feat: /posts route with hashtags being saved

    A rota de post /posts precisava ser criada asap pra gente poder andar com o front. Complementei o fluxo de middlewares e controllers da rota e implementei. Aqui tá funcionando bem.

    opened by estevamfurtado 0
  • fix: implement class

    fix: implement class

    1. Configuração do prettier está como tabWidth e não como tabSize
    2. Convetido o CustomError de OO prototípica para OO clássica
    3. Fiz uma mudança no getUserById pare pegar com LEFT JOIN. Verificar se não dará conflito no de vocês.
    4. Eu coloquei um try-catch nos middlewares para debugar, acho que eles podem ser removidos dado que temos o módulo de express-async-errors, mas é necessário realizar os testes.
    5. Fiz algumas mudanças de arquitetura porque havia algumas pastas repetidas.
    opened by vitia-fritelle 0
Owner
Nivaldo Farias
Full Stack Web Development Student
Nivaldo Farias
We are students of group named "Special-Team" of GоIT academy. We graduated JavaScript course and for consolidate in practice 📌 knowledges received on this course, we together 🤝 developed graduation project

Проект сайту "Filmoteka" Привіт! ?? Ми студенти групи під назвою "Special-Team" академії GоIT ?? ?? Ми закінчили курс JavaScript і для того, щоб закрі

Oksana Banshchykova 12 Jan 3, 2023
Full-stack-todo-rust-course - we are building this out now in prep for the real course

full-stack-todo-rust-course wip - we are building this out now in prep for the real course Plan Come up with the requirements Create user stories Desi

Brooks Builds 89 Jan 2, 2023
It is a solo Project and In this repo I try to build a E-Commerce full-stack website with MERN stack technologies. For Practice purpose.

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

Alok Kumar 5 Aug 3, 2022
A sequence of smart contracts to practice gas optimization. These are used as practice assignments for RareSkills.io and the Udemy Gas Optimization Course

RareSkills Gas Puzzles Puzzles that are ready for you Distribute (hard) Array Sum (easy) Escrow EscrowV2 Mint Presale Require (easy) Staking Contribut

RareSkills 240 Dec 31, 2022
This is a full-stack exercise tracker web application built using the MERN (MongoDB, ExpressJS, ReactJS, NodeJS) stack. You can easily track your exercises with this Full-Stack Web Application.

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

WMouton 2 Dec 25, 2021
I built a full-stack project using Node, Express, Mongo, webRTC, socket.io, and of course React JS. This project is inspired by the awesome Clubhouse 😊

codershouse-mern - This Project is Under Development. Below are some of the implemented interface and the remaining features will be updated in future

Bishal Das 35 Nov 18, 2022
The *New* Ultimate Bookmarklet: Coming August 17th...

Vengeance The New Ultimate Bookmarklet: Coming August 17th... An addon to Avo and the successor to avo-ultimate A new favlet featuring unblocked dev t

Chadrick J Brown 11 Dec 15, 2022
An open-source and self-hosted assessment platform for recruitment

This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev Open http://

Kaen 2 Oct 4, 2022
Mike North's full-stack TypeScript Course

Full Stack TypeScript Mike North's Full Stack TypeScript course Video: Frontend Masters Course website: TypeScript Training: Full Stack TypeScript Set

Mike North 50 Dec 21, 2022
Lecture by lecture commits of the https://www.udemy.com/build-blockchain-full-stack/ course

Commit-by-commit breakdown of "Build a Blockchain & Cryptocurrency | Full-Stack Edition" This is a commit-by-commit breakdown of "Build a Blockchain &

David Katz 9 Dec 12, 2022
A VS Code extension to practice and improve your typing speed right inside your code editor. Practice with simple words or code snippets.

Warm Up ?? ??‍?? A VS Code extension to practice and improve your typing speed right inside your code editor. Practice with simple words or code snipp

Arhun Saday 34 Dec 12, 2022
Shopping Cart - Project of HTML, CSS, and JavaScript developed by me (Raphael Martins) at the end of the Unit 9 Module 1 of the Web Development course at Trybe

Project of HTML, CSS, and JavaScript developed by me (Raphael Martins) at the end of the Unit 9 Module 1 of the Web Development course at Trybe. I was approved with 100% of the mandatory and optional requirements met.

Raphael Martins 13 Nov 27, 2022
Project developed as Capstone of Q4 Backend module of the Fullstack Developer Course of Kenzie Academy Brasil by the group @ezms, @Nafly09, @RafaelSchug, @victorlscherer, @Vinicius2m, @ManoelaCunha

✨ Quokka Services ✨ ?? Serviço rápido e sem preocupação! ?? O objetivo da nossa aplicação é diminuir a dificuldade que moradores de condomínios encont

Manoela Fernanda Girello Cunha 4 May 4, 2022
🧭 Full Stack TypeScript Application Developed as POC

Tractian Challenge POC Full Stack Development Project Browse Back End code» - Browse Front End code» Built With Table of Contents Deployed Instances I

Nivaldo Farias 1 Nov 20, 2022
Course material for a ~10 hours introductionary course for Julia. Topics: Introduction, Parallel Programming, Data Science

Development We use Franklin.jl to generate the lecture material. To do so, simply activate the environment, use Franklin and run the local server: act

GregorE 3 Dec 15, 2022
It consists of a recreation of Twitter, to put into practice both Front-end and Back-end knowledge by implementing the MERN Stack together with other technologies to add more value to the project.

Twitter-Clone_Back-end ✨ Demo. ?? About the project. ?? Descriptions. It consists of a recreation of Twitter, to put into practice knowledge of both F

Mario Quirós Luna 5 Apr 12, 2022
It consists of a recreation of Twitter, to put into practice knowledge of both Front-end and Back-end implementing the MERN Stack along with other technologies to add more value to the project.

Twitter-Clone_Front-end ✨ Demo. Login Home Profile Message Notifications Deployed in: https://twitter-clone-front-end.vercel.app/ ?? About the project

Mario Quirós Luna 5 Jun 26, 2022
This is an app developed in the Microverse course, it is a simple app used for developing a task list, using JavaScript modules and webpack

TODO LIST This is an app developed in the microverse course, developing a task list, using Javascript modules and webpack A simple app to help you man

JUSTINE IMASIKU 5 Jul 28, 2022
This is the FARM Stack course, where you are going to learn how to build an application from scratch using FASTAPI, React and mongoDB

FARM-Stack-Course This is the FARM Stack course, where you are going to learn how to build an application from scratch using FASTAPI, React and mongoD

Bek Brace 121 Jan 2, 2023