Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vscode-empaths/vscode-affirmations-backend
A VSCode extension and custom Jest reporter designed to foster positive thought and self-improvement through error based and daily affirmations.
https://github.com/vscode-empaths/vscode-affirmations-backend
Last synced: about 1 month ago
JSON representation
A VSCode extension and custom Jest reporter designed to foster positive thought and self-improvement through error based and daily affirmations.
- Host: GitHub
- URL: https://github.com/vscode-empaths/vscode-affirmations-backend
- Owner: VSCode-Empaths
- Created: 2022-12-09T18:34:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T19:33:19.000Z (about 2 years ago)
- Last Synced: 2023-08-03T13:02:41.628Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template for Backend Express
The Golden Rule:
π¦Έ π¦ΈββοΈ Stop starting and start finishing. πIf you work on more than one feature at a time, you are guaranteed to multiply your bugs and your anxiety.
## Scripts
| command | description |
| ---------------------- | ----------------------------------------------------------------------------------- |
| `npm start` | starts the app - should only be used in production as changes will not get reloaded |
| `npm run start:watch` | runs the app using `nodemon` which watches for changes and reloads the app |
| `npm test` | runs the tests once |
| `npm run test:watch` | continually watches and runs the tests when files are updated |
| `npm run setup-db` | sets up the database locally |
| `npm run setup-heroku` | sets up the database on heroku |