https://github.com/stephanmax/mibeg-clindat-javascript
A JavaScript playground for the “Clinical Data Management” training at mibeg institutes
https://github.com/stephanmax/mibeg-clindat-javascript
Last synced: 5 months ago
JSON representation
A JavaScript playground for the “Clinical Data Management” training at mibeg institutes
- Host: GitHub
- URL: https://github.com/stephanmax/mibeg-clindat-javascript
- Owner: stephanmax
- Created: 2025-10-06T12:55:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-31T16:10:34.000Z (8 months ago)
- Last Synced: 2026-01-19T17:32:12.925Z (6 months ago)
- Language: HTML
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Playground
The `main` branch of this repository can be started up as a codespace. It includes all the necessary tools for our JavaScript training: The JavaScript runtime Node, its package manager `npm`, and a database instance (MongoDB) ready to connect to.
## Installation
Node dependencies (Express, Mongoose, Nodemon) are installed automatically on start-up via `postCreateCommand` in the `devcontainer.json` file.
You can always install them manually with `npm install`.
## Run Your Code
- Run your code in `main.ja` as a command-line application with `node main.js`, or
- Run the Express server with `npm start`.