| 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 devRun this command in the beginning:
npm run husky-prepareWhenever you make a new commit, Prettier will format your code automatically.
If you want to run Prettier manually:
npm run pretDevelopers 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
srcfolder but please remain theserver.jsfile.