Skip to content

Commit

Permalink
Updated: README content
Browse files Browse the repository at this point in the history
  • Loading branch information
NegasiHaile committed Sep 5, 2024
1 parent ddd9ff0 commit 9c4a367
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,42 @@

<!-- https://user-images.githubusercontent.com/60927507/149324901-e408c4c6-33c2-4f9b-99ed-931dfb77c134.png -->

## Getting started

### 1. Clone the project

```
git clone https://github.com/NegasiHaile/FMCMS
```

### 2. Install server dependecies

To install the backend project dependencies run the following command in the root project.

```
npm install .
```

### 3. Install client dependencies

To install the the React project dependencies fellow the following two steps.

```
cd client
```

```
npm install .
```

### 4. Run the projects

Run this in the root project

```
npm run dev
```

## System users

This system features 10 type of user roles with their own privileges.
Expand Down

0 comments on commit 9c4a367

Please sign in to comment.