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.
cd functions
-
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 projectfunctions/.env
- Put all the information about the DB such as
db-name
,db_password
, etc...
-
Run the installation of the application.
npm install
- Run the server.
npm run serve
- 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