We are the SAS Summer 2025 App Dev Team.
We focus on Wed-Development, including:
- Node.js
- NPM
- React
- HTML
- JavaScript
- CSS
- Firebase
This app is intended to create an online-trading platform, specifically designed for SAS students.
Every students will be able to upload their own items and set a price. Other would then see the item in the main page, and will be able to purchase it.
To install this app from the GitHub, run the following commands in your terminal:
Set your working directory to desktop
cd ~ && cd Desktop
Get the source code
git clone https://github.com/Summer-2025-App-Dev-Team/market-app.git
Set working directory to the market app and Install modules
npm install
Run the server
npm run dev
This project is licensed under the MIT License. See the LICENSE file for details.