Skip to content

Commit

Permalink
chore: make a basic test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor-Bernard committed Feb 7, 2025
1 parent cb551e4 commit aec497c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
-include .env
.DEFAULT_GOAL := docker

test: clean

init:
@cd website && npm install
@cd api && npm install
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# GradeView Web Application

hello world

## About

This application was created using Node, Express, and React by Connor Bernard at the University of California, Berkeley for the sake of displaying student grade information for the classes CS10 "The Beauty and Joy of Computing" and CS61C "Great Ideas in Computer Architecture (Machine Structures)."
Expand Down Expand Up @@ -88,4 +90,4 @@ This returns a JSON in the following format:
{\“Abstraction\“: 2, \“Number Representation\“: 4, \“Iteration\“: 6, \“Domain and Range\“: 6, \“Booleans\“: 6, \“Functions\“: 4, \“HOFs I\“: 12}
}
}”
```
```

0 comments on commit aec497c

Please sign in to comment.