Skip to content

Back-end for the virtual-classroom application. It allow to improve productivity and communication in an education context.

License

Notifications You must be signed in to change notification settings

mael-belval/virtual-classroom-backend

Repository files navigation

virtual-classroom-backend

Features

  • Basic JWT authentication
  • Basic CRUD operations for classes
  • Websocket for real-time communication

Project setup

yarn

Create .env file

cp .env.example .env
nano .env

Compiles and hot-reloads for development

yarn dev

Compiles and run for production

docker build -t virtual-classroom-backend .
docker run -d -p 4000:4000 virtual-classroom-backend

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Back-end for the virtual-classroom application. It allow to improve productivity and communication in an education context.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published