Skip to content
/ ListCo Public

An Angular web application to edit and share lists in real time.

Notifications You must be signed in to change notification settings

TheMly/ListCo

Repository files navigation

ListCo

A web application to edit and share lists in real time, built with Angular, Java and MySQL for the database.

Run the project

  • Clone the project locally
  • Run npm install on the client folder
  • Execute 'node socket-server.js' command inside the directory "ListCo/listco-socket-server/src". This runs the node socket server.
  • Run gradle task 'bootFull application' on the listco-server. This task runs the full application at once, both backend and frontend.
  • The application should now be available at localhost:4200

About

An Angular web application to edit and share lists in real time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published