BroncoHacks-Website / Application-Portal

2 stars 2 forks source link

Set Up Back End and Connected to Db #29

Closed TheBigTig24 closed 7 months ago

TheBigTig24 commented 7 months ago

Set up backend and default get all users route. Dependencies installed are nodemon, express, mysql2, and dotenv. The variables in database.js are in a .env file thats in the .gitignore, so you might have to add your own PORT, HOST, USER, and PASSWORD variables.