...is a template for creating interactive stories built using React & SpringBoot!
- Install the repository with
git clone github.com/aidanbeck/old-cove.git. - Install required technologies listed below.
- Within
front-end, runnpm installto install dependencies. - Connect your MySQL Database.
- REACT for the front end.
- SpringBoot for the back end.
- MySQL for the database.
- Vite for building & deploying.
- IntelliJ for back-end development.
Homepage
Old Cove
Sign Up
Log In
Delete Account
About The Project
Credentials Screen
_Log_In_ / _Sign_Up_ / _Delete_Account_
Username [ herobrine ]
Password [ ****** ]
// optional red error text
[ Submit ]
Play Screen
Old Cove
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
location ┏━━━━━━━━━━━━━━━━━━━┓ items
list ┃ Room description ┃ list
~~~~ ┃ box. ┃ ~~~~
~~~~ ┗━━━━━━━━━━━━━━━━━━━┛ ~~~~
┏━━━━━━━━┓ ┏━━━━━━━━┓
┃Choice A┃ ┃Choice B┃
┗━━━━━━━━┛ ┗━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━┓
┃ Choice C ┃
┗━━━━━━━━━━━━━━━━━━━┛
=Activity=
id
=User= <-- user
id logInCount
name moveCount
password dateCreated
position lastLogin
signals moves
locations
inventoryItems
- An upload page for user created stories.
- A browse page to discover user created stories.
- Proper authentication & password encryption so the project can be safely deployed.