async-labs / saas

Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
https://saas-app.async-await.com
MIT License
4.06k stars 674 forks source link

stage:db script not present despite being recommended in README #164

Closed deliminal closed 3 years ago

deliminal commented 3 years ago

Hello,

I noticed that your README (in the local api deployment section) recommends the use of yarn stage:db in order to run a local mongo instance. However, the script is not present in package.json.

tima101 commented 3 years ago

@liam-james Thanks for reporting. yarn stage:db was remnant of someone's contribution. Since we use cloud db and not local, I do not have instructions on how to run local instance.

I edited instruction to be:

To get value for MONGO_URL_TEST, we recommend you use a free MongoDB at MongoDB Atlas or $15/month MongoDB at Digital Ocean

deliminal commented 3 years ago

That's great, thanks for the rapid response!