O
O
olegiz2015-03-10 18:01:43
Stored procedures
olegiz, 2015-03-10 18:01:43

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

4 answer(s)
V
Vladislav, 2015-03-10
@RGV

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?

I
index0h, 2015-03-10
@index0h

Fixtures

N
Natalia Bazenova, 2015-03-11
@logiciel

Maybe use sqlite as a test database?

D
Dmitry Vapelnik, 2015-03-11
@dvapelnik

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 question

Ask a Question

731 491 924 answers to any question