You will have to create an information application for tourists
- It has a front-end which can:
- list all events
- It has a back-end which can:
- add new event
- filter the events by specified requirements
Detailed info is in the language specific description.
- Fork this repository under your own account
- Clone the forked repository to your computer
- Commit your progress frequently and with descriptive commit messages
- All your answers and solutions should go in this repository
- You can use any resource online, but work individually
- Instead of copy-pasting your answers and solutions, write them in your own words.
All classes should import the following database:
| c# | java | javascript |
|---|---|---|
| attractions_cs.sql | attractions_java.sql | attractions_js.sql |
CREATE A SCREENSHOT OF THE DATABASE YOU IMPORTED AND COMMIT IT TO THE REPO