Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

MusicDev33/AstriaBackend

Repository files navigation

MeteorLMS Backend Dev Note

Because TypeScript can complicate things, run the backend using this:

pm2 start npm --name=mtbdev -- run start

For Production

pm2 start npm --name=mtbprod -- run prod

For Remote Dev

pm2 start npm --name=mtbdev -- run dev

Notes

We use a separate models folder to house all interfaces that will also be used as objects in the database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published