agnekauk / 24-order-application

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 61.9%Language:HTML 26.5%Language:CSS 11.6%