An app created for callbacks with NGROK.
The app uses a simple file structure for an Express web app server that renders views using EJS templates.
public/ # static assets
src/
models/ # database actions
db/ # database schema, queries, and connections
server/ # server actions (e.g. data CRUD)
routes/ # express routes
views/ # html templatesRun the following command in the terminal:
$ npm install
Run the following command in the terminal:
$ npm start