It's a frontend part for UMS admission system
UMS admission system is designed to help the Ivan Franko University of Lviv to handle an enrollment campaign.
This software is similar to well-known application tracking system applications.
An application tracking system (ATS) is a software application that enables the electronic handling of recruitment needs An ATS is very similar to customer relationship management systems but are designed for recruitment tracking purposes.
This instruction assumes you have npm & node installed.
Clone the project and then run:
npm install
npm start
The credentials are login:admin; password:nimda
Before commiting changes don't forget to asure that all test are passing:
npm run test
npm run dist
You can specify different back-end endpoint by passing a BASIC_URL
parameter:
- for development:
npm run build && npm run lint && BASIC_URL=http://someurl.com node server.js
- for production:
npm run clean && npm run lint && BASIC_URL=http://someurl.com NODE_ENV=production webpack
Default backend host is: http://194.44.198.221
Here is a backend source code
- REST API generated by swagger
- Some Documentations.
MIT