Skip to content

ahtalbi/Social-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Social Network

A social network application with an antique gold aesthetic.

Tech Stack

  • Frontend: Next.js
  • Backend: Go
  • Database: SQLite

Configuration

Before running, you must set the correct API URL in frontend/src/config.mjs:

  • For Docker: Set export const BASE_URL = buildURL;
  • For Manual Setup: Set export const BASE_URL = devURL;

Run with Docker

docker-compose up --build

What's inside?

  • ns-backend: The Go server (API & Database).
  • ns-frontend: The Next.js web application.

Manual Setup

cd backend
go run .
  1. Run Frontend:
cd frontend
npm install
npm run dev

The application will be available at http://localhost:3000.

About

A full-stack social networking platform, developed during my learning journey at Zone01. This project was designed around the Dark Souls gaming community, allowing users to connect, share content, interact in groups, and communicate in real time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors