Cornerstone church website
A demo website project for my church to help organise the church and keep members and the world updated of happening in the church.
visit link https://cornerstonechurch.herokuapp.com/
Dev tools
This app is built using Django and Django rest framework to create APIs
Features
The app have a basic features of a church website - Location, Contacts and ministries.
The Django rest framework helps to extend the app to other platforms, so for instance the app can be expanded to a mobile app using the APIs.
Prerequisites
python== 3.5 or up and django==2.0 or up
Installing
git clone https://github.com/kusayp/cornerstone.git
cd cornerstone
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
whitenoise==5.3.0