mancala/apps/backend
2024-12-21 22:25:47 +03:00
..
.vscode
src [ci] trigger test1 2024-12-21 22:25:47 +03:00
tests
.dockerignore
.gitignore
build_and_deploy.sh
Dockerfile
jest.config.js
package.json v0.4.7 2024-12-08 23:26:17 +03:00
README.md
tsconfig.json
yarn.lock

Mancala Backend

This is the backend code for the Mancala project, written in Express.js.

Getting Started

Install Packages

yarn install

Start in Development Mode

yarn dev

Start in Release Mode

yarn build
yarn start

Development Dependencies

This package depends on the local packages @mancala/core and mancala.js. Refer to their documentation for further instructions.