Made by Team 1 of CS350
변경호 (20170319)
정유민 (20170595)
이채영 (20180517)
안시현 (20200365)
김우일 (20210128)
Carillon is a project made to manage the workspaces and chatting channels for the students attending a lecture. Workspaces are the lectures that the students are taking and the channels serve specific purpose within the lectures - it can be chatting room for homework, for questions, and so on. The client of the service is Team 6.
Frontend : NextJS
Backend : NodeJS
Database : MongoDB
- clone the repository into your local machine
npm installin the root directory (in /carillon-frontend directory)npm run devin the root directory (in /carillon-frontend directory)
- clone carillon-backend repository into your local machine
npm installin the root directory (in /carillon-backend directory)npm run devin teh root directory (in /carillon-backend directory)
If backend code is running and the frontend code is running without any bugs, it should be ready for use. However, if there is any problem in connecting the frontend and backend, please check the port that you are using for each of them.