Complete User CRUD

This commit is contained in:
Deluan
2020-01-19 21:39:37 -05:00
parent 1c04a19910
commit 2ab0cecd48
11 changed files with 201 additions and 45 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ the steps in the [Development Environment](#development-environment) section bel
```
$ export SONIC_MUSICFOLDER="/path/to/your/music/folder"
$ make run
$ make
```
The server should start listening for requests. The default configuration is:
@@ -58,7 +58,7 @@ Some useful commands:
```bash
# Start local server (with hot reload)
$ make run
$ make
# Run all tests
$ make test