Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 |