Skip to content

A simple flower selling website, built using react and node.js.

License

Notifications You must be signed in to change notification settings

G1ya777/TP_TW_FOSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • having mongoDB installed and listening on the default port (27017)

HOW TO USE

  • open a console
  • load the appended db.json file into the collection userdb.flowers by running mongoimport --jsonArray --db userdb --collection flowers --file db.json
  • cd into p1 folder
  • run npm i to install node modules
  • run npx nodemon app.js to start the express server
  • open another console
  • cd into p2 folder
  • run npm i to install node modules
  • run npm start

About

A simple flower selling website, built using react and node.js.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages