Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.07 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.07 KB

MEAN Stack Web Application Development

Created an end to end web application using MEAN Stack. (Angular 4)

Installation Steps

After you clone this repository and run the below command

npm install

Run Project

Open two terminals, One to start the front end, One to start the backend

npm start

Front end will run on http://localhost:4200/

nodemon server.js

Server will run on port 3100

Features

  • Login / Register using Passport.js
  • Allows social meadia login for Facebook and Google
  • Used Flickr API which allows the user to search for images
  • Image upload functionality where the user can select a file from local machine and store it in the database and the folder on the server
  • User can drag and sort the widgets created
  • Integrated textAngular which is a WYSIWYG Text Editor

Web Application Deployed on Heroku

View the application here: http://webdev-angular4.herokuapp.com/

Technologies Used

  • Angular 4
  • Node.js
  • MongoDB
  • Express.js
  • HTML5
  • CSS3
  • jQuery
  • JavaScript
  • Rest API
  • Passport.js