Skip to content

سرویس پارس‌سرور (جهت ارتباطات سریع و در لحظه)

Notifications You must be signed in to change notification settings

sepid-org/Parse-Service

 
 

Repository files navigation

Installation

First, create mongo-init.js file like the bellow codes:

db.createUser({
  user: "<user for database which shall be created>",
  pwd: "<password of user>",
  roles: [
    {
      role: "readWrite",
      db: "<database to create>",
    },
  ],
});

Then, you should create a .env file like .env-sample file. (Make sure the database variables match the mongo-init.js file)

Run as Development

docker-compose up

See http://localhost/parse_dashboard.

Create Cloud Codes

Go to cloud dir and run the below code.

yarn
yarn build

About

سرویس پارس‌سرور (جهت ارتباطات سریع و در لحظه)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • Dockerfile 2.9%