Skip to content

swarmanda/swarmy-backend

Repository files navigation

Swarm as a service backend

Installation

$ npm install

Configuration

Create .env file in the project root, see .env.example

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

External dependencies:

  • MongoDB
  • Bee

For development, they can be started with Docker compose:

docker-compose up

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published