Skip to content

jwill9999/jsonexpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=======

save data as json on node server then display in ejs template

This is an example of saving data jason from form on node server. I have incorporated ejs Templating.

Instructions

Install

``` $ git clone https://github.com/jwill9999/jsonexpress.git $ cd passport-local-express $ npm install ```

Start Server

``` npm start ```

Open a web browser and navigate to http://localhost:3000/ to see the example in action

Links


Express : http://expressjs.com/

It is advisable to install Nodemon globally to allow auto browser loading on save and refresh https://github.com/remy/nodemon follow repos instructions for further informatio

About

How to save incoming data from a text field to a nodejs server using JSON (saving file within file system)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published