The "Sunmait career day" project is needed to improve the skills of employees. You can register and invite your employees, add career day for them with interview date and add tasks that they must meet by that date. The employee when sign in will see his active career day with an tasks and can edit task progress.
- Install Nodejs v12.18.1
- Install Python 2.7
- Install Docker and Docker Compose
After node installation clone project, you need to build client app. For that move to 'client' folder and run
npm i
npm run start
Next you need to run server, to do this read readme file in 'server' folder.
To run project in the Docker you need to install Docker and docker-compose
Then you need to configure the server and client to work in the Docker container. Configuration instructions can be found in server and client README files.
After that you can run following scripts from the project root folder.
npm run start # Start project in production mode
npm run start-dev # Start project in development mode
npm run build # Rebuild and start project in production mode
npm run build-dev # Rebuild and start project in development mode