https://github.com/thedevarchive/dcpt-server
Server for the Dev Career Personality Test project
https://github.com/thedevarchive/dcpt-server
career-guide career-path expressjs mern mern-project mern-stack mysql nodejs nodemon personality-test server
Last synced: about 2 months ago
JSON representation
Server for the Dev Career Personality Test project
- Host: GitHub
- URL: https://github.com/thedevarchive/dcpt-server
- Owner: thedevarchive
- Created: 2024-11-15T07:55:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T07:54:40.000Z (about 2 months ago)
- Last Synced: 2025-03-29T08:29:09.837Z (about 2 months ago)
- Topics: career-guide, career-path, expressjs, mern, mern-project, mern-stack, mysql, nodejs, nodemon, personality-test, server
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About this Project
Server for the [Dev Career Personality Test](https://github.com/thedevarchive/dev-career-personality-test), a project inspired by peachnono's [Career Personality Test](https://github.com/peachnono/dev-personality-test).
# How to Run
First, import the .sql file in your database.
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](https://github.com/thedevarchive/dev-career-personality-test).
# How to Report Issues
Email me at [email protected] if you find any bugs in the program or have any issues running it.