Skip to content

CS350-Carillon/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Carillon

Made by Team 1 of CS350

Team members : 20170319 변경호 , 20170595 정유민, 20180517 이채영, 20200365 안시현, 20210128 김우일

What is Carillon?

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.

Built with ..

Frontend : NextJS

Backend : NodeJS

Database : MongoDB

How to run the frontend code

  1. clone the repository into your local machine
  2. npm install in the root directory (in /carillon-frontend directory)
  3. npm run dev in the root directory (in /carillon-frontend directory)

How to run the backend code

  1. clone carillon-backend repository into your local machine
  2. npm install in the root directory (in /carillon-backend directory)
  3. npm run dev in teh root directory (in /carillon-backend directory)

Connecting backend and frontend code

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.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published