Skip to content

MurtadhaAlobaidi/Recruitment-Application

 
 

Repository files navigation

KTH-IV1201-Recruitment-Application

Recruitment-Application

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.

To run the application:

  1. Clone the repository to your local machine.
cd functions
  1. 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 functions/.env
    • Put all the information about the DB such as db-name, db_password, etc...
  2. Run the installation of the application.

npm install
  1. Run the server.
npm run serve
  1. All pages are active, you can find them by going to the end point for example : /auth/register or /auth/login
http://127.0.0.1:5001/iv1201-recruitment-application/us-central1/app/auth/login
http://127.0.0.1:5001/iv1201-recruitment-application/us-central1/app/auth/register

Contributing

Murtadha Alobaidi
Murtadha Alobaidi
Malcolm Liljedahl
Malcolm Liljedahl
Abdullah Trabulsiah
Abdullah Trabulsiah

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.1%
  • EJS 24.0%
  • CSS 9.9%