18 lines
295 B
Markdown
18 lines
295 B
Markdown
# Campus-Plug
|
|
- 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 |