This consumes the API of MyDiary app
- Node js
- Express
- Git
- Clone this repository into your local machine:
git clone https://github.com/sulenchy/MyDiary-React-Redux
- Install the dependencies:
npm install
- Start the application by running the start script:
npm run start:dev
- Test the endpoint using Browser
npm test
https://sulenchy-mydiary-react-redux.herokuapp.com/
HTTP VERB | ENDPOINT | FUCTIONALITY |
---|---|---|
GET | api/v1/entries | Get all diary entries |
POST | api/v1/entries | Create a new diary entry |
POST | api/v1/auth/signup | Register a user |
POST | api/v1/auth/login | Login a user |
GET | api/v1/user | Get a user profile details |