Skip to content

Abellache-Rabah/Simple-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Calculator

About

My first web app Simple-Calculator

Installation

1-download node

sudo apt install nodejs

2-then download source code

node server.js

4-open browser ###localhost:3000/

how

var express = require('express'),
    app = express();

#    body-parser
  var bodyParser = require('body-parser');
# end html file to a req
res.sendFile(__dirname + "/index.html");

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Calculator with express POST method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published