diff --git a/database/auracle_db_create.sql b/api/database/auracle_db_create.sql similarity index 100% rename from database/auracle_db_create.sql rename to api/database/auracle_db_create.sql diff --git a/database/auracle_db_schools.sql b/api/database/auracle_db_schools.sql similarity index 100% rename from database/auracle_db_schools.sql rename to api/database/auracle_db_schools.sql diff --git a/database/bookshelf.js b/api/database/bookshelf.js similarity index 100% rename from database/bookshelf.js rename to api/database/bookshelf.js diff --git a/functions.js b/api/functions.js similarity index 100% rename from functions.js rename to api/functions.js diff --git a/index.js b/api/index.js similarity index 100% rename from index.js rename to api/index.js diff --git a/models/ingredient-model.js b/api/models/ingredient-model.js similarity index 100% rename from models/ingredient-model.js rename to api/models/ingredient-model.js diff --git a/models/meta-school-model.js b/api/models/meta-school-model.js similarity index 100% rename from models/meta-school-model.js rename to api/models/meta-school-model.js diff --git a/models/school-model.js b/api/models/school-model.js similarity index 100% rename from models/school-model.js rename to api/models/school-model.js diff --git a/models/spell-model.js b/api/models/spell-model.js similarity index 100% rename from models/spell-model.js rename to api/models/spell-model.js diff --git a/models/user-model.js b/api/models/user-model.js similarity index 100% rename from models/user-model.js rename to api/models/user-model.js diff --git a/models/variable-model.js b/api/models/variable-model.js similarity index 100% rename from models/variable-model.js rename to api/models/variable-model.js diff --git a/package-lock.json b/api/package-lock.json similarity index 100% rename from package-lock.json rename to api/package-lock.json diff --git a/package.json b/api/package.json similarity index 100% rename from package.json rename to api/package.json diff --git a/repositories/ingredient-repository.js b/api/repositories/ingredient-repository.js similarity index 100% rename from repositories/ingredient-repository.js rename to api/repositories/ingredient-repository.js diff --git a/repositories/meta-school-repository.js b/api/repositories/meta-school-repository.js similarity index 100% rename from repositories/meta-school-repository.js rename to api/repositories/meta-school-repository.js diff --git a/repositories/school-repository.js b/api/repositories/school-repository.js similarity index 100% rename from repositories/school-repository.js rename to api/repositories/school-repository.js diff --git a/repositories/spell-repository.js b/api/repositories/spell-repository.js similarity index 100% rename from repositories/spell-repository.js rename to api/repositories/spell-repository.js diff --git a/repositories/user-repository.js b/api/repositories/user-repository.js similarity index 100% rename from repositories/user-repository.js rename to api/repositories/user-repository.js diff --git a/repositories/variable-repository.js b/api/repositories/variable-repository.js similarity index 100% rename from repositories/variable-repository.js rename to api/repositories/variable-repository.js diff --git a/routes/index.js b/api/routes/index.js similarity index 100% rename from routes/index.js rename to api/routes/index.js diff --git a/routes/ingredients.js b/api/routes/ingredients.js similarity index 100% rename from routes/ingredients.js rename to api/routes/ingredients.js diff --git a/routes/meta_schools.js b/api/routes/meta_schools.js similarity index 100% rename from routes/meta_schools.js rename to api/routes/meta_schools.js diff --git a/routes/schools.js b/api/routes/schools.js similarity index 100% rename from routes/schools.js rename to api/routes/schools.js diff --git a/routes/spells.js b/api/routes/spells.js similarity index 100% rename from routes/spells.js rename to api/routes/spells.js diff --git a/routes/users.js b/api/routes/users.js similarity index 100% rename from routes/users.js rename to api/routes/users.js diff --git a/routes/variables.js b/api/routes/variables.js similarity index 100% rename from routes/variables.js rename to api/routes/variables.js diff --git a/validations/Errors.js b/api/validations/Errors.js similarity index 100% rename from validations/Errors.js rename to api/validations/Errors.js diff --git a/validations/IngredientValidation.js b/api/validations/IngredientValidation.js similarity index 100% rename from validations/IngredientValidation.js rename to api/validations/IngredientValidation.js diff --git a/validations/MetaSchoolValidation.js b/api/validations/MetaSchoolValidation.js similarity index 100% rename from validations/MetaSchoolValidation.js rename to api/validations/MetaSchoolValidation.js diff --git a/validations/SchoolValidation.js b/api/validations/SchoolValidation.js similarity index 100% rename from validations/SchoolValidation.js rename to api/validations/SchoolValidation.js diff --git a/validations/SpellValidation.js b/api/validations/SpellValidation.js similarity index 100% rename from validations/SpellValidation.js rename to api/validations/SpellValidation.js diff --git a/validations/UserValidation.js b/api/validations/UserValidation.js similarity index 100% rename from validations/UserValidation.js rename to api/validations/UserValidation.js diff --git a/validations/VariableValidation.js b/api/validations/VariableValidation.js similarity index 100% rename from validations/VariableValidation.js rename to api/validations/VariableValidation.js