rickfurt / MongoDb_Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple MongoDb test and usage

Live Demo

To login on Demo version use:

username:admin 
password:1234

This project was created to test and learn the integration between a Server Side Rendered application and a non relational database , which in this case was mongoDb.

Stack

Features or Example

Using the application the user is able store data into the database, which will be rendered in the main, also the user can store images using the cloudinary api integrated.

Requirements

Installation

git clone https://github.com/rickfurt/MongoDb_Test
cd MongoDb_Test
npm install 
npm start

Usage

For this application run properly the user needs to create a cluster and create a collection called 'users' and also create two entries 'username' and 'password' according to the simple authentification created on ./routes

About

License:MIT License


Languages

Language:Handlebars 48.9%Language:JavaScript 47.7%Language:CSS 3.5%