Skip to content

PaliwalSparsh/lunchbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lunchbox

Lunchbox is a website made using node.js and ejs as templeting engine with database integration sql. To make this work

  1. Install node.js and mysql.
  2. In the Node.js command prompt do "npm start".
  3. To make database integration work go to the routes/index.js and in the dbconnect object insert your respective user, root and any database(new).
  4. In the database create these tables.

create table moms( fName varchar(40), email varchar(30), phone varchar(20), address varchar(90) );

create table kids( fName varchar(40), email varchar(30), phone varchar(20), address varchar(90) );

Done

About

Lunchbox is a website made using node.js and ejs as templeting engine with database integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published