Skip to content

aliehteshami7/chess_backend

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages