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-backend
Install all of the dependencies:
$ yarn install
Make sure the Docker desktop process is running, then run the app:
$ yarn start:reset
Server is now ready. Go and run the frontend application.
Nest is MIT licensed.