Server for the Dev Career Personality Test, a project inspired by peachnono's Career Personality Test.
First, import the .sql file in your database. The database must have the same name as the one in the source code (default name is "dev_personality_test").
Then, create a .env file in the project directory. It must contain variables PORT and DB_PASSWORD. DB_PASSWORD must supply the password to the database containing the tables needed to run the app.
Finally, type
to install its dependencies, then type
to start the server.
Then, use it along with the Dev Career Personality Test.
Email me at amaengo@protonmail.com if you find any bugs in the program or have any issues running it.