Design a database which will hold all Masjid data such as
masjid locations
masjid info (contact details, etc)
as well as masjid prayer times.
Decide whether to use NO-SQL or an SQL database, and decide which database to use.
Requirements:
High performance
Downloadable formats
Easy to represent a timetable (it seems obvious but still need to think about it)
Don't forget about the possibility of NOT using a database but just using downloadable "time tables"... However, we need a way of doing RESTful requests.
Design a database which will hold all Masjid data such as
as well as masjid prayer times.
Decide whether to use NO-SQL or an SQL database, and decide which database to use.
Requirements:
Don't forget about the possibility of NOT using a database but just using downloadable "time tables"... However, we need a way of doing RESTful requests.