- API doesn't work anymore since heroku removed the free versionAPI is hosted in : https://weducation.herokuapp.com/
Clone and move to the root directory
git clone <reponame>
cd <reponame>Run api/server side (you should be on the root directory)
cd server
npm install
npm startRun client (you should be on the root directory)
cd client
npm install
npm start- Login
- Register
- Post (questions, essays or photos)
- Choose category before posting (Adding tags)
- Edit post
- Like
- Comment
- Delete user’s posts
- Search
- Search by tags
- User account (update profile, view total posts, comments)
- Chat with users
