initial server set up and read me file

This commit is contained in:
Mann Patel
2025-01-30 13:29:13 -07:00
parent 9097c20055
commit 3499f80d9c
5 changed files with 1045 additions and 1 deletions

View File

@@ -1,2 +1,18 @@
# Campus-Plug
The ultimate plug for student deals
- The ultimate plug for student deals
---
## some ground rulles
- add both node_modules from client and server to your `gitignore` file
- WE DO NOT USE .ENV variables
## Client
## Server
```
npm install express mysql2 dotenv cors
```
## Database