COSC-499-W2023 / year-long-project-team-12

year-long-project-team-12 created by GitHub Classroom
0 stars 1 forks source link

Project-Starter

AWS Link : https://master.d3vh5uuybzglfb.amplifyapp.com/

Here are some things to keep in mind on this project.


# To run the app
- Run the backend of the app
    - Go to app/Java/widget/src.
    - Then run the Main.java file.
- Run the frontend of the app
    - Cd into app/client directory in the terminal
    - Run `npm start`

.
├── docs                    # Documentation files (alternatively `doc`)
│   ├── project plan        # Project plan document
│   ├── design              # Getting started guide
│   ├── final               # Getting started guide
│   ├── logs                # Team Logs
│   └── ...
├── app                     # Source files
├── tests                   # Automated tests
├── utils                   # Tools and utilities
└── README.md

Also, update your README.md file with the team and client/project information. You can find details on writing GitHub Markdown here as well as a handy cheatsheet.