I created a social Network to rockstars! Its a simple one you can see all your rockstars friends, the feeds of them and you can also send your status too.
All data is fake! I'm using Mock Api to get the datas and simulate a post.
Feed GET: /api/v1/feeds
Feed POST: /api/v1/feeds
Friends GET: /api/v1/friends
This project was built using Angular 6 and Material Angular Frameworks I created the whole project's structure using Angular CLI
This project requires Node.js v8.11.0 to run.
Install the dependencies and devDependencies and start the server.
$ cd totvs-labs-challenge
$ npm i
$ npm run dev