Compare commits

..

2 Commits

Author SHA1 Message Date
fd5121be80 updated readme 2026-03-19 17:49:06 +00:00
b4add42f2e deployment setup 2026-03-19 17:47:37 +00:00
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
# whatsfreeinmyfree
Record of what classrooms are free when I have a free. CS Practice
Record of what classrooms are free when I have a free. CS Practice
## Use
To run this, do the folowing:
- in `frontend` execute `npm run build`
- in `backend` execute `npm run dev`

3
backend/.gitignore vendored
View File

@@ -24,4 +24,5 @@ dist-ssr
*.sw?
adduser.sql
adduser.sql
database.db

Binary file not shown.

View File

@@ -47,9 +47,11 @@ app.use(cors());
app.use(e.json());
app.use(bodyParser.json());
app.get('/', (req, res) => {
res.send("Nothing Here");
});
// app.get('/', (req, res) => {
// res.send("Nothing Here");
// });
app.use('/', e.static('../frontend/dist'));
app.get('/getPeriod', (req, res) => {
// req has nothing