Skip to content

daniilborovoy/shadow-forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

123 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHADOW FORUM

Forum for communication on programmer topics.

Main technologies in this project:

  1. React 18;
  2. MUI (UI library)
  3. Express.js
  4. Socket.io
  5. Jsonwebtoken
  6. Typescript

Quick Start

Execute commands at the root of the project.

Configure and launch the server:

  1. cd server
  2. npm install
  3. Create .env file in the root of ./server directory following the example from .env.example file
  4. npm run dev

Configure and launch the client:

  1. cd client
  2. npm install
  3. npm start

About

Forum for developers from the developer

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors