Skip to content

latoyazamill/hellosign-callbacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloSign Callbacks App with Node.js

An app created for callbacks with NGROK.

Getting Started

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 templates

Installing your dependencies

Run the following command in the terminal: $ npm install

Starting your development server

Run the following command in the terminal: $ npm start

About

An app created for callbacks with NGROK.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published