Skip to content

MartinNiemannMadsen/reddit_clone

Repository files navigation

KEA Full-Stack Web Development Elective Project - Autumn 2024

Frontend

NextJS SSR frontend with Chakra UI. SSR allows to embed meta tags for search engines and embeds to present post title, description etc when sharing a link to a post on Discord etc.

How to develop on a smartphone

On a Linux system with UFW, add this rule to port forward localhost:25396 to all addresses on the 192.168.0.X subnet of your LAN:

allow from 192.168.0.0/24 to any port 25396

Backend

REST API made in Golang connecting to an SQL database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published