-
Verify Node and NPM installations:
node -v
npm -v
-
Have a suitable database created in mySQL
-
Clone repository
-
install required packages:
npm install express mysql2 dotenv body-parser
npm install express-session bcrypt
-
add .env file:
DB_HOST=localhost DB_USER=root DB_PASSWORD=<your mySQL password> DB_NAME=<your db name>
-
Start project with
node app.js
-
Notifications
You must be signed in to change notification settings - Fork 0
griffindavidson/172project
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published