Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emanuelangel/lab-2
- Owner: EmanuelAngel
- Created: 2024-10-03T00:40:08.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-27T01:03:04.000Z (19 days ago)
- Last Synced: 2024-10-27T02:17:10.615Z (19 days ago)
- Topics: authentication, bcrypt, bootstrap, cookies, express, jsonwebtoken, mysql, pug, sessions, zod
- Language: JavaScript
- Homepage:
- Size: 541 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```