Skip to content

thedevarchive/dcpt-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this Project

Server for the Dev Career Personality Test, a project inspired by peachnono's Career Personality Test.

How to Run

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

npm install

to install its dependencies, then type

nodemon

to start the server.

Then, use it along with the Dev Career Personality Test.

How to Report Issues

Email me at amaengo@protonmail.com if you find any bugs in the program or have any issues running it.

Releases

No releases published

Packages

No packages published