How to make a simple web waterpark | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a simple web waterpark

hello guys i'm a new in the web development, i have task to make System management information and i want to make website e-ticketing, where the user can buy ticket from the form A: do i need make 2 side web? - client side (user) and server side (admin) A: how possible to build the web using html css and mysql only? A: do i need APIs payment gateway for transaction e-ticketing? thanks before

22nd Sep 2023, 12:09 PM
Agung Ramadhan
Agung Ramadhan - avatar
2 Answers
0
1)In most cases you need 2 sides (one for client and one for the server management ) , 2)It is possible to create a simple minimalistic and non-interactive website just using HTML and CSS , to make the web more interactive it need js (any js you prefer) and MySQL is to GET and POST user data to our server 3)It is essential to integrate with a payment API from Google Pay , Paypal , Stripe or others. To create a fully functional e-ticketing website you need a good team of software developers, full stack developers, and more And It is not possible for a single person to do all the job and release the software to the public use , it will definitely contain something which will harm the user directly or indirectly by known or unknown ways, so seek advice from the experienced developers and then dive deep to develop , The first step is always LEARN so do the learning part later the coding . I wish you met your answer have a nice day😉
23rd Sep 2023, 7:20 AM
Abin B N
Abin B N - avatar
0
ahh i got it, thanks for advice sir. have a good day🙌🏼⭐
25th Sep 2023, 3:35 PM
Agung Ramadhan
Agung Ramadhan - avatar