Skip to content

William-Libero/social-network-front-end

Repository files navigation

Next.js Frontend - Social Network Project

Nest Logo

NextJS

This project is a web application built with Next.js that allows users to view and create posts. Post creation is facilitated through a Golang REST API (Project Link), which communicates with another API developed in NestJS (Project Link) via RabbitMQ.
The posts are ultimately stored in a Supabase database.
Deployed in Vercel Link.

Features

  • View existing posts
  • Create new posts
  • Communication between Next.js frontend and Golang API