Skip to content

RevantBabu/react-boilerplate

 
 
Cloud computing project for COMS-M0010
A scalable cloud application

Boilerplate forked from: react-boilerplate/react-boilerplate

Changes made

Server.js
added following apis to server/index.js
APIs for homepage:
------------------------
GET /api/users/:username - to search users by partial text
POST /api/addusers/:username - to create new user

APIs for UserPage:
------------------------
GET /api/stats/:username - to get stats and trends for user
POST /api/addsentiment/:username/:sentiment - to add sentiment to user
App/Containers/HomePage
Home Page Container was modified to allow search and create user functionality
App/Containers/UserPage
UserPage Container was created to display user stats and send sentiments to profile

Keywords: React.js, Redux, Node, Cloud computing, COMS-M0010

Quick start

  1. Make sure that you have Node.js v8.10 and npm v5 or above installed.
  2. Run npm run setup in order to install dependencies and clean the git repo. At this point you can run npm start to see the example app at http://localhost:3000.
  3. Run npm run clean to delete the example app.

About

Cloud computing project for COMS-M0010

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.7%
  • HTML 5.3%