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.