TO ALL FUTURE DEVELOPERS: THERE IS A 'development' BRANCH CREATED FOR YOU. PLEASE ASK JOE FOR A DOCUMENT WITH KNOWN FUTURE TASKS. GOOD LUCK AND THANK YOU FOR YOUR CONTRIBUTIONS!
The Frontend and Backend folders each contain their own README and package.json files.
To use this project,
- Configure a MySQL database named WIT_ACT. Create tables using the
.sqlfiles in/Backend. - Please install all dependencies from each end (
npm iin both/Frontend/wit-act-appand/Backend) - Start both servers -
npm start.
The Frontend is hosted at https://localhost:3000, and the Backend is hosted at https://localhost:3100. Please do not navigate to the backend, as it has no visual elements and only serves as an API for the frontend.