Working on saving the api information to the database and then saving the token. After that work on fetching the songs from icarus and viewing them.

This commit is contained in:
kdeng00
2019-10-12 01:28:12 -04:00
parent 58825427d0
commit f9304a52e2
9 changed files with 248 additions and 25 deletions
+3
View File
@@ -19,6 +19,7 @@ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS} -g -O0 -std=c++17")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS} -O3 -std=c++17 -DNDEBUG")
set (SOURCES
APIRepository.cpp
BaseRepository.cpp
Demo.cpp
SongRepository.cpp
@@ -28,7 +29,9 @@ set (SOURCES
)
set (HEADERS
APIRepository.h
BaseRepository.h
model/APIInfo.h
model/Song.h
model/Token.h
model/User.h