Git Product home page Git Product logo

grocerycentrica's Introduction

GROCERY APP

N|Solid)

1-Install Git Hub Windows

> https://git-scm.com/
# Create a Git account for you
> git clone https://github.com/AppCentrica-Inc/grocerycentrica.git

2-Install Meteor ( https://www.meteor.com/ )

Open cmd (Open as administrator) or use Node.js Command prompt
# Find a folder that you download the solution and execute
meteor npm install (You will download all the packages to run the APP)

3-You are done!

**Inside the APP folder using cmd or Node.js Command Prompt, type meteor and press "enter"

meteor

You are done!

N|Solid

You can use any IDE to code (Sublime, Atom, Bracket, Visual Studio Code, NotePad++, Notepad, VI, VIM, paper)

Check Online

http://localhost:3000/

Help

GIT COMMANDS:

git pull Commit Changes: git add . git commit -m "Input ans props changes" git push origin master

REACT FACTS:

every thing in react is a component Componentes allways started with CAPITAL Letters export class to required

REACT TOOLS

https://fb.me/react-devtools" https://facebook.github.io/react/docs/reusable-components.html

ReactDOM

https://facebook.github.io/react/docs/top-level-api.html

React Events

https://facebook.github.io/react/docs/events.html

Meteor NPM install

METEOR meteor npm install react-google-login meteor npm install --save react-google-login

Add packege with meteor and save to the package.json: meteor npm install --save react-addons-pure-render-mixin meteor add react-meteor-data

*http://info.meteor.com/blog/optimistic-ui-with-meteor-latency-compensation

MONGO DB

meteor mongo
db.tasks.insert({text:'Hello world', createAt: new Date(), user:'henrique.cabral' })
db.tasks.find()
show dbs
show collections

https://mlab.com/databases/dbgrocerycentrica

Database Name:

  • dbgrocerycentrica
  • user: grocerycentrica
  • appcentrica

mongodb://grocerycentrica:[email protected]:41506/dbgrocerycentrica

AZURE

grocerycentrica's People

Contributors

hcabral2024 avatar henriqueadonai avatar

Watchers

James Cloos avatar Andrew Reid avatar

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.