Skip to content

Order-application project: goods database (product name, description, price, discount) is placed to Mongo DB, when the order form is filled, on submition new order is placed to Mongo DB orders database. CRUD used.

Notifications You must be signed in to change notification settings

agnekauk/24-order-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LICENSE Security Status Gluten Status Eco Status

ORDER-APPLICATION

32 group website project

This project is for educational porpuses only. Pull request are welcome, but priority for project authors! Thank you for your cooperation!

Project features

  • Mongo DB
  • Javascript
  • Nodejs
  • CSS
  • Bootstrap
  • Responsive design
  • CRUD

Instalation instructions

$ npm install

Port is set to 3011. If you want to change port go:

index.js -> const init -> try -> app.listen(3011);

&

public -> assets -> common.js -> const url = 'http://localhost:3011';

To check out the project online, after instalation:

Authors

Agne: Github

About

Order-application project: goods database (product name, description, price, discount) is placed to Mongo DB, when the order form is filled, on submition new order is placed to Mongo DB orders database. CRUD used.

Topics

Resources

Stars

Watchers

Forks