A progressive Node.js framework for building efficient and scalable server-side applications.
This is the backend application for a cyber security simulation game. It's development is part of a thesis on Faculty of Electric Engineering and Computing.
- node 16
- docker 20
Clone the repository:
$ git clone https://github.com/ftodoric/csw-backendInstall all of the dependencies:
$ yarn installMake sure the Docker desktop process is running, then run the app:
$ yarn start:resetServer is now ready. Go and run the frontend application.
Nest is MIT licensed.