agnekauk / 23-writing-to-mongodb

Simple studies project of writing some text and publishing date to Mongo Database. CRUD used for reading, adding, editing and deleting. Small part of CSS done with Bootstrap (to make project faster).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LICENSE Security Status Gluten Status Eco Status

WRITING to MONGO DATABASE

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

Frontend and backend must be installed separetely;

npm install

Port for Frontend is set to 3006. If you want to change port go: Frontend -> package.json -> "scripts": {"start": "dead-server --port=3006 --host=localhost"}

Port for Backend(mongodb) is set to 3005. If you want to change port go: mongodb -> index.js -> last lines of the code: app.listen(3005, () => {})

Authors

Agne: Github

About

Simple studies project of writing some text and publishing date to Mongo Database. CRUD used for reading, adding, editing and deleting. Small part of CSS done with Bootstrap (to make project faster).


Languages

Language:JavaScript 59.4%Language:CSS 25.5%Language:HTML 15.1%