Skip to content

A web application that imitates the functionality of a game marketplace such as Steam(on a small scale).

License

Notifications You must be signed in to change notification settings

1Gokul/insertcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

insertcoin (ARCHIVED)

My first foray into web development!

Made to just implement basic CRUD operations in MongoDB, with a basic front-end. Not responsive on mobile, so I recommend using it on a desktop.

You can check out the website here: insertcoin-store.herokuapp.com

If you plan on working on the code...

  • Get a MongoDB connection string

  • Clone the repo and navigate to its folder

  • Create a virtual environment

    1. Install pip if you haven't: sudo apt install -y python3-pip
    2. Install Python 3's standard virtual environment library: sudo apt install -y python3-venv
    3. Create the virtual environment: python3 -m venv <your_venv_name>
  • Activate the virtual environment: source <your_venv_name>/bin/activate

  • Install the application's requirements: pip install -r requirements.txt

  • Run main.py to begin.

By:

About

A web application that imitates the functionality of a game marketplace such as Steam(on a small scale).

Resources

License

Stars

Watchers

Forks