An open API service indexing awesome lists of open source software.

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

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.