Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nicholasess/moodle-core

moodle
https://github.com/nicholasess/moodle-core

Last synced: about 1 month ago
JSON representation

moodle

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
```