This project build with react. You can try demo by click here
If you want start in you locally, you can follow this steps :
git clone https://github.com/ferryal/sosmed-react.git
cd sosmed-react
npm install
oryarn install
npm start
oryarn start
Local: http://localhost:3000/
orOn Your Network: http://192.168.0.106:3000/
- React js
- React router dom
- Axios
- React rewired
- React hot loader
- Node js
- React semantic ui
- Sweetalert
Method | URL | Detail |
---|---|---|
GET | / | Get all users |
GET | /post/id | Get posts each user by id |
GET | /users/albums/id | Get albums each user by id |
GET | /photos | Get all photos |
GET | /posts/comments/id | Get comments each user post by id |
POST | /posts/create | Post an article |
POST | /comments | Post an comment |
PUT | /comments/id | Put an comment |
PUT | /posts/edit/id | Put an article |