Skip to content

ganeshmani/meanstack_task

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TASK

When a user lands on the root of the website, they can:
1. Add a post (a post is a simple text field). 
2. See all posts made by all visitors. Each post should display: 
   Associated text 
   Date time it was created
3. Visitor can upvote existing posts. The list of posts then would also display the number of votes associated with the post.

Angular,Node Application

MEAN Stack Application(System Task) generally asked in an Interview

For Angular
cd client
npm install
ng serve
For Express
npm install
node app.js

About

MEAN Stack Application(System Task) generally asked in an Interview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages