Skip to content

JosephMaxwell/PrayerRequests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prayer Request API

A Symfony project intended to work as an API back end for a prayer request application. The goal is to improve my testing skills, build on my knowledge of Symfony, and help me become more familiar with the API concept. Since it is practically just a database abstraction layer, I decided to go with more functional testing instead of unit testing.

To update schema cd into the VM:
cd /var/www/sites/prayer.dev

Build the base models:
php app/console propel:model:build

Migrate the schema to ensure all is set:
php app/console propel:migration:generate-diff
php app/console propel:migration:migrate

Documentation:

Navigate to /docs to view the API documentation.

Functional Testing Requirements:

If the install goes correctly, these should be populated automatically in the DB.

User Table:

Id User
1 bassplayer7
2 keysplayer8

PrayerRequest Table

UserId | Title ------------- | ------------- | --- 1 (bassplayer7) | first test 2 (keysplayer8) | test

About

A simple prayer request API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published