https://github.com/csuarez/juc-mongodb-web
A AngularJS client for csuarez/juc-mongodb-api
https://github.com/csuarez/juc-mongodb-web
Last synced: 2 months ago
JSON representation
A AngularJS client for csuarez/juc-mongodb-api
- Host: GitHub
- URL: https://github.com/csuarez/juc-mongodb-web
- Owner: csuarez
- Created: 2016-02-10T11:19:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T11:27:30.000Z (over 10 years ago)
- Last Synced: 2025-01-13T07:22:30.596Z (over 1 year ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# juc-mongodb-web
Cliente web creado para las **II Jornadas Técnicas UEx – CIEMAT. Introducción a NoSQL con MongoDB**. API disponible en [csuarez/juc-mongodb-api](https://github.com/csuarez/juc-mongodb-api).
## Instalación
1. Instalamos dependencias
```sh
curl –sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install nodejs build-essential ruby ruby-dev
```
2. Bajamos la web
```sh
git clone https://github.com/csuarez/juc-mongodb-web.git
cd juc-mongodb-web
```
3. Instalamos más dependencias
```sh
sudo npm –g install grunt-cli
sudo npm –g install bower
sudo gem install compass
```
4. MÁS DEPENDENCIAS
```sh
npm install
bower install --allow-root
```
**NOTA**: Puede que `npm install` falle. Ejecutar otra vez siguiendo las instrucciones.
5. Ejecutamos el servidor de desarrollo
```sh
grunt serve
```
**NOTA**: El servicio se levanta en el puerto `9000`.