Automate API

August 31, 2022 ยท View on GitHub

Automate API

โฑ๏ธ This repositery contains API source code for Automate.

โŒš๏ธ UI source code can be found here

๐Ÿ“Œ LIVE version is available here https://automate.chronologic.network/

ProductHunt is here

โ“ Tutorials and help are here

Running the project

Install with npm install

Start development instance with npm run dev

Create production build with npm run build

MongoDB

Start MongoDB instance using

docker-compose -f mongo.yml up

or any other instance compatible with mongodb://root:example@localhost:27017 connection string.