Skip to content

rupesh45/Real-world-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Real-world-app

This codebase id demonstration of a fully fledged application built with Angular.

The codebase is on the master branch.

General functionality:

Authenticate users via JWT (login/signup pages + logout button on settings page) CRU* users (sign up & settings page - no deleting required) CRUD Articles CR*D Comments on articles (no updating required) GET and display paginated lists of articles Favorite articles Follow other users

How to run this project at your end.

1.If you don't have npm you have to install node on your device. https://nodejs.org/en/download/

2.If you don't have angular cli - run this command before cloning the project - npm install -g @angular/cli

3.run this command in your desired directory - git clone https://github.com/rupesh45/Real-world-app.git

4.run - npm i

5.run - ng s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published