Answer the question
In order to leave comments, you need to log in
Is it possible to do front-end development without having a database at hand?
Question for web-developers: is it possible to create front-end and back-end of the site if you have a detailed technical specification without having a database at hand that stores the content and interface description?
For example, MS SQL Server is used as a database server, communication with the database is based on stored procedures, procedure parameters and returned data sets are specified in the TOR.
I apologize for the clumsiness in the wording.
Please answer to the point.
Answer the question
In order to leave comments, you need to log in
Front-end is possible (it does not communicate directly with the database in your case)
What prevents you from creating a test database for tests?
you can lock the data source and use fixtures for the data itself, as index0h said , but then you need to clearly know the interface with which the production application will communicate
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question