Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 660 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 660 Bytes

Applicant Screening Tool

Getting Started

  1. Go to your project directory using your command line tool then install the following:
npm install
bower install
  1. Setup .env file using your command line tool.
cp .env.example .env
  1. Run the server, and you're good to go.
node server.js

Credits

License

This project is licensed under the MIT License - see the LICENSE file for details