Status | |
---|---|
Staging | |
Production | |
CI/CD | Azure Devops |
Server | Amazon EC2 |
IPv4 | 34.225.250.142 |
Swagger | webdev-studio |
DOC APIs | APIs DOC |
Backend for Webdev Studio Entry Task
Development:
npm install
npm run dev
Run this command in the beginning:
npm run husky-prepare
Whenever you make a new commit, Prettier will format your code automatically.
If you want to run Prettier manually:
npm run pret
Developers can modify everything but please provide the scripts to run dev, lint and test.
For example:
- Developers can change the place of test files, developers can add test config
- Developers can change the folder structure
- Developers can change the content inside
src
folder but please remain theserver.js
file.