Parse Stack
Note: This post is over 10 years old. The information may be outdated.
Parse Server is an open source version of the Parse backend that can be deployed to any infrastructure that can run Node.js.
Parse Server works with the Express web application framework. It can be added to existing web applications, or run by itself.
Parse Stack = Parse server + Parse Dashboard
Installation
- Clone and install the Parse Stack
git clone https://github.com/duyet/parse-stack.git
cd parse-stack
npm install
- Install MongoDB or simply by
npm install -g mongodb-runner
mongodb-runner start
- Start Parse Stack
npm start
Using it
-
Access to endpoint
-
Parse API: http://localhost:8080/parse
-
Parse Dashboard: http://localhost:8080/dashboard
-
Connect your app to Parse Server: Parse provides SDKs for all the major platforms. Refer to the Parse Server guide to learn how to connect your app to Parse Server.
-
Read the full Parse Server guide here: https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide
Parse Dashboard
Resources
Project homepage: https://github.com/duyet/parse-stack Parse Server: https://github.com/ParsePlatform/parse-server
Related Posts
jsLab.xyz
jsLab.xyz
Migrate (again) to Next.js 13 Pro Max
I've been using Gatsby since 2019 and while it's great that I can write my blogs in NeoVim, commit and push to Github, and have Cloudflare Pages build and publish to CDN, but I was becoming frustrated with the slow building times and the overall maintenance requirements.
Pricetrack: theo dõi giá và cashback (by Firebase)
Pricetrack (https://pricetrack.web.app) là một side project nhỏ của mình với chức năng theo dõi giá liên tục từ các trang TMDT (tiki.vn, shopee.vn, ...), thông báo và cashback hoàn tiền. Vì hay mua sắm nên pricetrack giúp mình check được giá ảo lên xuống thất thường, hoặc track khi nào có khuyến mãi thì mua. Khi giá thay đổi, giảm hoặc dưới ngưỡng mong muốn, tracker sẽ alert thông qua email hoặc push notification qua trình duyệt. Được build hoàn toàn từ Firebase của Google, trong lúc mình test các dịch vụ của nền tảng này thì pricetrack ra đời.
Super Simple Shorten URL với Firebase Dynamic Links
goo.gl đã shutdown, và được thay thế bằng Dynamic Link của Firebase. Mình đã sử dụng API của Dynamic Link và Firebase viết ứng dụng Shorten URL mới siêu đơn giản như dưới đây. Bài viết này mình xin hướng dẫn một chút và chia sẽ mã nguồn, cũng như cách deploy siêu đơn giản của Google Firebase.

