- Install the following dependencies
- Clone the repo
git clone https://github.com/CSC-3380-Fall-2024/Team-4
- Navigate to the Team-4 directory
cd Team-4
- Navigate to the Frontend directory
cd ERU.Frontend
- Install the node modules
npm install
- Open the
ERU.Backend
folder in IDEA and run the application - Run the frontend application (with the terminal in the
ERU.Frontend
folder)
npm run web
Take everything profile related with a grain of salt as you are only logged in under my profile since our design lead never actually designed anything, so we couldn't make a login tab to register or log in users (thus my AccountId is hardcoded).
- Home feed displaying all posts
- Uploading tab to upload posts
- Caption system for posts
- Comments working
- Profile tab for showing posts from a profile and its information
- Explore tab for showing different posts (this was abitious from the start, we never got to the algorithm, so it is just placeholder images at the moment).