Skip to content

Latest commit

 

History

History
executable file
·
66 lines (37 loc) · 2.04 KB

README.md

File metadata and controls

executable file
·
66 lines (37 loc) · 2.04 KB

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:

  • 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


Technologies

+

Specification

License

MIT