Skip to content

[ONGOING] RESTful API Application Built over MEAN stack and Angular 4

Notifications You must be signed in to change notification settings

Priiyam/InkedTale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Application built over MEAN stack and Angular 4

This is an application encompassing a vast series of components needed for a Single Page Application using MongoDB, ExpressJS, Angular 4, and NodeJS.

Requirements

  • NodeJS
  • MongoDB
  • @angular/cli

Description

This applications demonstrates how to setup a RESTful API using NodeJS with Angular 4 Frontend. The application features token based user authentication, login, registration, a blog feed, where users can post comments, like posts, dislike posts, and create/edit/delete their own blog posts.

Installation

  • Install all dependencies in package.json file. This can be done by navigating to the root directory in the command line interface and running the following command:
$ npm install
  • Next, install all of the Angular 4 development dependencies in package.json file:
$ cd client/
$ npm install
  • Installation is complete. Navigate to the root directory and then:

Production

-- In root directory:

$ npm run build
$ npm start

-- Access production server at: http://localhost:8080

Development

$ cd client/
$ ng serve

-- In another window, from root directory run:

$ npm start

-- Access development server at: http://localhost:4200

-- Access API at: http://localhost:8080

Contributors

Priyam Kumar

About

[ONGOING] RESTful API Application Built over MEAN stack and Angular 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published