Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1 KB

README.md

File metadata and controls

17 lines (12 loc) · 1 KB

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