Recruitment application is project in the course iv1201 Design of Global Applications. To facilitate the recruitment process, they benefit from a web based recruitment tool.
-
Clone the repository to your local machine.
-
To start the project first you need to download
existing-database.sql
from canvas.- Create database and upload sql file above.
- Create file
.env
in the project - Put all the information about the DB such as
db-name
,db_password
, etc...
-
Install all dependencies.
npm install
- Run the server locally.
npm run devStart
- All pages are active, you can find them by going to the web page:
https://recruitment-application.herokuapp.com