UL-based second-hand reselling site
Find a file
Niall Roche 0685d6a71c
Some checks failed
/ check_lfs (push) Successful in 3s
CD - Deploy to EC2 / deploy (push) Failing after 47s
CI - Tests / test (push) Successful in 1m33s
Update Footer import path in AdPage.jsx
2025-11-24 19:54:33 +00:00
.forgejo/workflows please. 2025-11-23 15:38:54 +00:00
__tests__/unit Add tests 2025-11-24 19:44:51 +00:00
app Merge pull request 'fix : fix auth token sutff again plz work' (#60) from fix/myads-2 into main 2025-11-23 16:11:49 +00:00
components Update Footer import path in AdPage.jsx 2025-11-24 19:54:33 +00:00
contexts feat: Add admin role-based redirect and fix message sending 2025-11-23 15:39:54 +00:00
doc Initial commit 2025-11-19 21:43:20 +00:00
lib Merge branch 'admin_backend_functionality' 2025-11-23 15:13:19 +00:00
pages adding ability to add listing needs css 2025-11-23 15:55:30 +00:00
public Fix : Move public PNGs to LFS to fix CI/CD checks failing 2025-11-22 13:42:24 +00:00
styles fixing vite bug, moving components and pages into root as needed for next projects 2025-11-22 18:27:47 +00:00
tests refactor(docker): tests are seen now. 2025-11-22 17:07:33 +00:00
.dockerignore changed dockerignore and dockerfile to not use garbage files 2025-11-23 10:37:48 +00:00
.gitattributes Fix : Move public PNGs to LFS to fix CI/CD checks failing 2025-11-22 13:42:24 +00:00
.gitignore refactor(docker): tests are seen now. 2025-11-22 17:07:33 +00:00
.mailmap Initial commit 2025-11-19 21:43:20 +00:00
Dockerfile docker stop it please 2025-11-23 10:58:33 +00:00
env.template feat: Implement login as homepage and user authentication context 2025-11-23 14:45:33 +00:00
LICENSE Initial commit 2025-11-19 21:43:20 +00:00
next.config.js changed next.config.js to hopefully use static images too 2025-11-23 15:38:49 +00:00
package-lock.json Sync main with working local copy from Documents 2025-11-24 19:31:30 +00:00
package.json Add tests 2025-11-24 19:44:51 +00:00
README.md feat: Add home page 2025-11-22 11:44:37 +00:00

UL Marketplace

A React-based marketplace application for the University of Limerick community, allowing students and staff to buy and sell items within the campus.

Quick Start

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn

Installation

  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser to http://localhost:3000

Build for Production

npm run build

Preview Production Build

npm run preview

Project Structure