Giter VIP home page Giter VIP logo

mercadera's Introduction

Mercadera

Mercadera is the easiest way to sell your things online. 1-click sign in, take a pic and sell - all completely free.

Getting Started

The Mercadera project is built using Meteor 1.2 with MongoDB as the backend. We're using Astronomy to keep records following a proper schema and validate types. We're using React to keep our front-end UI component based, and easy to reason about.

We hope you use this project as a good example of how to write a fast, clean Meteor application without much ceremony.

Pull requests very welcome!

Tech Stack

Visit our StackShare profile to see our Tech Stack.

http://stackshare.io/sergiotapia/mercadera

StackShare Tech Stack

Project Setup

Want to the run the project locally? Great!

  1. Clone the project locally.
git clone https://github.com/danieltapia/mercadera.git
cd mercadera
  1. Create a settings.json file in your server folder. You will need to create social apps for Twitter and Facebook.
$ touch server/settings.json

// Then paste this in the file:

{
  "facebookAppId": "",
  "facebookAppSecret": "",
  "twitterApiKey": "",
  "twitterApiSecret": ""
}
  1. Run the project.

    meteor run --settings server/settings.json
    
  2. Add data you want to seeds.js and run the seeds method to initially populate the database. Note: Meteor has to be running for meteor shell to work.

$ meteor shell
> Meteor.call("Database.seed")

If you're having trouble running the project, please open an issue. We want the project to be easy to run for newcomers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.