Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Social Network

A simple social network application built with Node.js and Express.

Features

  • User registration and authentication
  • Create text posts
  • Public feed showing all posts
  • Session-based authentication
  • Simple and clean UI

Setup

  1. Install dependencies:

    npm install
  2. Start the server:

    npm start

    For development with auto-reload:

    npm run dev
  3. Open http://localhost:3000 in your browser

Usage

  1. Register a new account
  2. Login with your credentials
  3. Create posts from the home page
  4. View all posts in the feed

Technical Details

  • Express.js web framework
  • express-session for session management
  • bcryptjs for password hashing
  • EJS templating engine
  • In-memory storage for users and posts

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages