https://github.com/royal0721/secure-coding-demo-app/wiki/DB-Queries-for-Setup
Add .env.development
、.env.production
Reference for : .env.development
& .env.production
https://github.com/royal0721/secure-coding-demo-app/wiki/Set-up-the-enviroment-files
https://github.com/royal0721/secure-coding-demo-app/wiki/Nginx-Config-for-Setup
When running Nginx, make sure you don't have multiple instances running. If you do, you might encounter issues like receiving a 404 error when accessing your API.
If you don't want to use Nginx and simply want to bundle your frontend static files together into a single directory, you can try setting it up manually as well.
- npm install
- npm run start:dev