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.
- Host: GitHub
- URL: https://github.com/remirobert/parse-server-example
- Owner: remirobert
- License: mit
- Created: 2016-04-08T02:36:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-08T02:46:56.000Z (about 10 years ago)
- Last Synced: 2025-01-11T06:13:17.634Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 501 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```