Skip to content

alex-teder/treasure-park-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Treasure park

An online platform for sharing and managing collections.

Live link - https://treasure-park.onrender.com/ (goes to sleep when idle)

Overview

Treasure park is a web application designed for collectors to create, edit, and share their collections.

Features

  • User authentication and authorization
  • Create collections with customizable fields
  • Attach images to collection items
  • Leave likes and comments on others' postings
  • Live updates in the comments section
  • Home page with popular collections, tag cloud, and latest posts
  • Search with sorting and filtering
  • Responsive design for mobile and desktop
  • Two UI themes: dark and light

Getting started

Installation

  1. Clone the repository.
  2. npm install the backend folder.
  3. npm install the frontend folder.

Development

Starting the backend dev server:

cd backend
npm run dev

Starting the frontend dev server:

cd frontend
npm run dev

Build and start the app

npm run build
npm start

Technologies used

Database:

Backend:

Frontend:

Hosting:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages