Skip to content

Allow exhibitors in the BronyCon Marketplace to manage all their data themselves. Marketplace Managed!™

License

Notifications You must be signed in to change notification settings

shirgoldbird/marketplace-managed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marketplace Managed™

Marketplace Managed™ (working title) is a React app built on Airtable. It allows exhibitors applying to and accepted for the BronyCon Marketplace to log in, view important information, and manage their data in one location.

Getting Started

This project was built on node v7.3.0 and npm v5.4.2.

Prerequisites

node >=8.5.0
npm ~5.0.0
nodemon ~1.12.0

  • Airtable API key (for your account)
  • Airtable base ID (you'll need to be added to the BronyCon Marketplace team)

Installing

Create a .env file in the root directory and add the following lines (with the correct values filled in):

REACT_APP_AIRTABLE_API_KEY=key
REACT_APP_AIRTABLE_BASE=base

Then:

npm install
REACT_APP_AIRTABLE_API_KEY=key REACT_APP_AIRTABLE_BASE=base npm start

For now we nee to put these environment variables outside fo the npm start in order for them to be utilized by the server. Figuring out how to make this not needed is something down the line.

It should be running on localhost:3000.

Authors

MORE TO COME SOON???

Roadmap

Check it out!

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Allow exhibitors in the BronyCon Marketplace to manage all their data themselves. Marketplace Managed!™

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published