Skip to content

Commit

Permalink
Changed README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
RonakSurana-2001 committed Jan 16, 2024
1 parent d5ff266 commit 886e710
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,20 @@ Second is "Save Draft". In this the values of the fields will be saved in your s
## Edit and Delete a Program
When you click any course (Remember that the add program is closed by clicking plus symbol again) the course details and 2 buttons- delete and Edit are present. Click on Delete to remove a program and when click on Edit the pop up will be shown and you can edit fields and click Update Program button there.
## Logging Out
Click on Email id button shown to top right Navabar to logout.
Click on Email id button shown to top right Navabar to logout.
## Deployment

To start frontend type below commands. The frontend will run on localhost:3000

```bash
cd frontend
npm start
```

To run backend type below commands. The Backend will run on localhost:3300

```bash
cd Backend
nodemon api.js or node api.js
```

0 comments on commit 886e710

Please sign in to comment.