https://github.com/nicholasess/moodle-core
moodle
https://github.com/nicholasess/moodle-core
Last synced: about 1 month ago
JSON representation
moodle
- Host: GitHub
- URL: https://github.com/nicholasess/moodle-core
- Owner: nicholasess
- Created: 2014-07-09T08:31:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T05:20:25.000Z (5 months ago)
- Last Synced: 2025-04-30T22:49:02.022Z (about 1 month ago)
- Language: JavaScript
- Size: 388 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moodle Nodejs - Status: Dev
## Para usar
Clone o repositório
```
git clone https://github.com/[yourusername]/moodle
```Entra na pasta moodle
```
cd moodle
```Instalar as dependencias
```
npm install
```Iniciar o projeto
```
node app
```