Skip to content

A personal project of a rocket league item marketplace.

Notifications You must be signed in to change notification settings

rchagolla/RL-Market-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket League Marketplace(Demo)

This is my implementation of a Rocket League marketplace. You can browse and buy decals, car models, wheels, boosts, antennas, and goal explosions.

Installation

Clone the Repository to the desired location.

Traverse to the repo and use the package manager npm to install necessary dependencies.

npm i

Once all dependencies are installed, sign up for MongoDB and create a free cluster. Then choose to connect to the cluster via drivers to get a MongoDB URI.

Create a .env file in the root directory with the following:

PORT=8080
DATABASE_URI=[MongoDB URI]

Once the .env file has been created, start up the server and client with:

npm run dev

To view the project, go to http://localhost:8080/

Features

  • Buy/Sell Items.
  • Account Creation and Customization.
  • Persistent Login.
  • Protected Routes.
  • MERN stack integration.
  • React Query integration.

Future Additions

  • Search Items
  • Profile picture customization.
  • Transactions page.
  • Proper images for all items.
  • prepopulated users and items.
  • Enhance the buying and selling interaction.

About

A personal project of a rocket league item marketplace.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published