Coder Social home page Coder Social logo

campakcampakjer's Introduction

CampakCampakJer App - Your Personal Cookbook

This app is built for learning purposes. User can add his/her own recipe into the cookbook.

Functionalities:

  • add new recipes
  • add recipe's steps
  • edit recipe's name
  • edit recipe's step
  • remove recipe's step

This app is built using MongoDB, Node.js and Ionic Framework.

  • Node.js provides the RESTful API.
  • Ionic Framework provides the frontend and accesses the API.
  • MongoDB stores the data.

This app is built based on the below tutorial

Requirements

Source code

Clone the repository: git clone https://[email protected]/ailuromaniac/campakcampakjer.git

Local Installation

  1. Navigate to the dev mongodb directory: cd campakcampakjer/dev/mongodb
  2. Create a data folder: mkdir data
  3. Update dbpath and logpath in mongo.config to point to the data and mongodb respectively
  4. Navigate to the server directory: cd ../server
  5. Install the application: npm install
  6. Start the local DB: <MongoDB-bin>/mongod.exe --config <parent-path>/campakcampakjer/dev/mongodb/mongo.config
  7. Start the server: node server.js
  8. Navigate to the client folder: cd ../client/CampakCampakJer
  9. Start Ionic: ionic serve
  10. If the application does not start, view in browser at http://localhost:8100/

OpenShift Environment (test)

REST Server: http://campakcampakjer-ailuromaniac.rhcloud.com

  1. For example, to see all the recipes in the db, view in browser at http://campakcampakjer-ailuromaniac.rhcloud.com/api/campakcampakjer/recipes
  2. To open the client, navigate to the client folder in openshift environment: cd campakcampakjer/openshift/client/CampakCampakJer
  3. Start Ionic: ionic serve
  4. If the application does not start, view in browser at http://localhost:8100/

campakcampakjer's People

Contributors

aneesa avatar

Watchers

 avatar James Cloos 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.