Skip to content

catduck2010/wednesday-messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wednesday Messenger

  • Asynchronous JavaScript: Message Web Application
  • With new Java backend server (cannot use two type of backend together)

Project Description :

  • This project is a message application. We provide a platform for people to chat online with friends and communicate in groups. Here is the specific functions of our app.

For users:

  1. Resgister account
  2. Sign up
  3. View chatlist
  4. Send messages(text,emoji)
  5. Chat in groups
  6. View personal profile
  7. Update password in small windows
  8. Withdraw and delete messages
  9. New message reminder
  10. Create new chat

Implement Tech:

Project Guideline:

How to Run

  1. Open at least 2 git bash shells;
  2. Run git clone https://github.com/neu-mis-info6150-spring-2020/final-project-wednesday.git;
  3. Run cd server;
  4. In server directory, execute npm install
  5. Execute node server.js to run server
  6. In webapp directory, execute ng serve
  7. Access production serve at: http://localhost:4200
  8. Enjoy.