adrigardi90 / meanContacts

My contacts calendar. MEAN Application (Mongo, Express, AngularJS & Node) with login authentication and session control.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mean Contacts Calendar

meanContacts

My contacts calendar. MEAN Application (MongoDB, Exppres, AngularJS & Node.js) with login authentication and session control.

Quick start

First of all, you need to install MongoDB in your PC.

# clone the repo
git clone https://github.com/adrigardi90/meanContacts.git

# change into the repo directory
cd meanContacts

# install
npm install

# execute the server and the client of MongoDB in bin folder of the instalation
mongod.exe
mongo.exe

# run
nodemon index.js | node index.js

Then visit http://localhost:3030 in your browser

Notes

If you want to exit the application, it recommended logout throught the logout button inside the web in order to clean the token session correctly

About

My contacts calendar. MEAN Application (Mongo, Express, AngularJS & Node) with login authentication and session control.


Languages

Language:HTML 50.1%Language:JavaScript 47.2%Language:CSS 2.6%