Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.04 KB

File metadata and controls

20 lines (18 loc) · 1.04 KB

Welcome to Ripple

How the project will flow

  1. Each of the mentees has to create branch for each of the issues which will be later merged into the main branch
  2. When a group of issues are made, some issues might be much easier than others. The mentees are expected to take the issues such that the total load for the week is approx same for both the mentees

Guidlines while making commits

It is highly recommended that the commit message is written seriously. It doesnt have to be elaborate, but any information that can help to understand the commit should be given in the commit message.

Regarding information for backend and frontend

It might become difficult for understanding how the routes are working in frontend and backend. therefore, We will be adding sections regarding the how the routes will be working

Backend

Example for the login page and signup page the api design will look somthing like this

/
└── api/
       ├── login/
       └── signup

Frontend

Adding the routes of pages here as they are made