Skip to content

baberarjumand/parse-js-sdk-ionic-crud-demo

Repository files navigation

Parse JavaScript SDK Basic CRUD Demo in an Ionic Project

This Ionic app is meant to serve as a demo for showcasing basic CRUD operations using the Parse JavaScript SDK.

This demo was developed with a Parse server running locally.

You can find said server with local settings configured in this git repo.


To run this Ionic project locally, follow these steps:

  • Install Node and MongoDB.

  • Follow the instructions in this git repo to setup and run a local Parse server.

  • Install the Ionic CLI on your local machine.

  • Clone this git repo to your local machine

git clone https://github.com/baberarjumand/parse-server-example-with-dashboard
  • Install the relevant dependencies
npm install
  • Serve this Ionic project locally
ionic serve
  • The Ionic app will now be accessible in the browser at the following address
http://localhost:8100/

About

A basic CRUD demo using Ionic and the Parse JavaScript SDK

Topics

Resources

Stars

Watchers

Forks