An open API service indexing awesome lists of open source software.

https://github.com/remirobert/parse-server-example

This is a demonstration of Parse-server, the opensource version. With an iOS application :phone:. Made for my talk in the While42 group in Shanghai.
https://github.com/remirobert/parse-server-example

Last synced: about 1 month ago
JSON representation

This is a demonstration of Parse-server, the opensource version. With an iOS application :phone:. Made for my talk in the While42 group in Shanghai.

Awesome Lists containing this project

README

          

# Parse-server-example 🍕🔥
This is a demonstration of **Parse-server**, the opensource version. With an iOS application 📱.
Made for my talk in the **While42** group in Shanghai 🇨🇳.

# Instructions

### Server

Be sure to launch an instance of mongodb, since parse-server use it.

```shell
npm install
node app.js
```

### iOS app
```shell
pod install
```