The goal for the Sprint 1 was to develop the essential Front-End Pages, API's, set-up the DB along with tables, and document.
- Decided Git branching strategy and policies. It is documented in the Git Branching Strategy wiki.
- Created labels and issue templates. It is documented in the Sprint Planning wiki.
- Sprint 1 board created here.
- Retrieve all Users : GET /api/users
- Retrieve User based on User Id : GET /api/users/id/:id
- Retrieve User based on Email Id : GET /api/users/email/:email
- Add a New User : POST /api/users/newuser
- Update User Details : PUT /api/users/:id
- Retrieve all Posts : GET /api/posts
- Retrieve Post by Post Id : GET /api/posts/id/:id
- Delete Post : DELETE /api/posts/:id
Read more about them in API wiki.
- A dummy page showing Posts received from Backend (GET /api/posts)
- Login Page
- Registration Page
- Home Page
- Edit Profile Page
Read more about them here in Front-end wiki.
- Users table
- Posts table
- Companies table
- Years_of_Experiences table
Read more about them here in Database wiki.
Bugs raised: #49