Author: Tiange He & Ning Ding
Class Link: here
Project Link: here
This is a light-weight social platform for person to discuss on topics.
User can browse the content within any group, and log in to create groups and posts, and make comments to posts.
Video demo:here
- Making a social platform that allows user to discuss according to the group topic.
- User can create groups, posts and make comments on other users’ posts.
- support user authentication, including log in, sign up and logout.
- For delopying:
In /group-here
yarn install
cd front
yarn install
yarn build
cd ..
yarn start
- For development:
For hot deploy, in /group-here
yarn install
yarn nodemon
This runs on localhost:3000
in group-here/front
cd front
yarn install
yarn start
This runs on localhost:3001

