Skip to content

Application to place an order customized diary. Here you can register to the system and be able to customize the diary according to your preferences.

Notifications You must be signed in to change notification settings

avishekhbharati/CustomizedDiary

Repository files navigation

Welcome to the mean stack

The mean stack is intended to provide a simple and fun starting point for cloud native fullstack javascript applications.
MEAN is a set of Open Source components that together, provide an end-to-end framework for building dynamic web applications; starting from the top (code running in the browser) to the bottom (database). The stack is made up of:

  • MongoDB : Document database – used by your back-end application to store its data as JSON (JavaScript Object Notation) documents
  • Express (sometimes referred to as Express.js): Back-end web application framework running on top of Node.js
  • Angular (formerly Angular.js): Front-end web app framework; runs your JavaScript code in the user's browser, allowing your application UI to be dynamic
  • Node.js : JavaScript runtime environment – lets you implement your application back-end in JavaScript

Pre-requisites

Start the mongod instance on port 27017

git clone https://github.com/rahul94paul/TheDiaryStore.git
cd TheDiaryStore
cp .env.example .env
yarn
mongod.exe --dbpath "pathtoproject_folder\db"
yarn start (for development)

App will be running on localhost:4040

Docker based

git clone https://github.com/linnovate/mean
cd mean
cp .env.example .env
docker-compose up -d

About

Application to place an order customized diary. Here you can register to the system and be able to customize the diary according to your preferences.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published