Skip to content

nnstu-appmath/Web-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Local project launch guide

Backend

  1. Open terminal at bakend folder and run: pip install -r
  2. Navigate to backend/src and run backend server by: python main.py

Frontend

  1. Install node js
  2. Open terminal at frontend folder and run: npm i
  3. Run npm start
  4. Open http://localhost:3000/ in your browser