Skip to content

royal0721/secure-coding-demo-app

Repository files navigation

Steps to run this app

Before running the app, please make sure you do the following steps:

1. Execute the following queries:

https://github.com/royal0721/secure-coding-demo-app/wiki/DB-Queries-for-Setup

2. Add environment files:

Add .env.development.env.production

image

Reference for : .env.development & .env.production

https://github.com/royal0721/secure-coding-demo-app/wiki/Set-up-the-enviroment-files

Set the nginx config:

https://github.com/royal0721/secure-coding-demo-app/wiki/Nginx-Config-for-Setup

Notes:

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.

Optional [For those who don't want to set up Nginx]

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.

In development:

  1. npm install
  2. npm run start:dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published