Skip to content

Commit

Permalink
➕ build: add required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedHamed3699 committed Dec 8, 2023
1 parent 1a31d0b commit 89aeb29
Show file tree
Hide file tree
Showing 3 changed files with 606 additions and 3 deletions.
24 changes: 24 additions & 0 deletions server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Server side

## Technologies

- JavaScript
- NodeJs
- Express

## Installation

```bash
cd server
npm install
```

## Usage

```bash
node app
```

## Endpoints

- TBD
Loading

0 comments on commit 89aeb29

Please sign in to comment.