Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T04:43:58.000Z (about 2 months ago)
- Last Synced: 2024-12-06T05:26:14.936Z (about 2 months ago)
- Language: JavaScript
- Size: 395 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
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
```