Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 233 Bytes

File metadata and controls

8 lines (6 loc) · 233 Bytes

Create a .env file, and add in a line like this:

DB_PASSWORD="password"

and replace password with your SQL password, that you created for the root user during installation.

Use npm start to run the backend server.