mkozhukharenko / ums-frontend

ums-frontend
MIT License
1 stars 1 forks source link

UMS admission system

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.

Development

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

Build

npm run dist

You can specify different back-end endpoint by passing a BASIC_URL parameter:

Default backend host is: http://194.44.198.221

Here is a backend source code


Technologies

+

Specification

License

MIT