Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emanuelangel/lab-2

Medical Web App for Laboratory 2 subject
https://github.com/emanuelangel/lab-2

authentication bcrypt bootstrap cookies express jsonwebtoken mysql pug sessions zod

Last synced: 19 days ago
JSON representation

Medical Web App for Laboratory 2 subject

Awesome Lists containing this project

README

        

#### Pre-requisites

- [Node.js](https://nodejs.org/en/) version used v20.17.0
- [npm](https://www.npmjs.com/) (can be installed with Node.js)
- [Git](https://git-scm.com/)

### Local installation

1. **Clone the repository**

```bash
git clone https://github.com/EmanuelAngel/lab-2.git
```

2. **Go to the project directory**

```bash
cd lab-2
```

3. **Install the dependencies**

```bash
npm install
```

4. **Run post install script**

```bash
npm run postinstall
```

5. **Run the app in development mode**

```bash
npm run dev
```