https://github.com/emilianocervantes/alabool
Proyecto desarrollado para la clase Aplicaciones Web en 7mo semestre de la carrera
https://github.com/emilianocervantes/alabool
angular angular5 firebase loopback mongodb node
Last synced: 2 months ago
JSON representation
Proyecto desarrollado para la clase Aplicaciones Web en 7mo semestre de la carrera
- Host: GitHub
- URL: https://github.com/emilianocervantes/alabool
- Owner: EmilianoCervantes
- Created: 2017-12-12T19:29:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T02:11:17.000Z (over 8 years ago)
- Last Synced: 2025-09-01T13:03:43.550Z (10 months ago)
- Topics: angular, angular5, firebase, loopback, mongodb, node
- Language: HTML
- Size: 5.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alabool
### Proyecto desarrollado para la clase Aplicaciones Web en 7mo semestre de la carrera
The project is developed with a user view in Angular. It's set in production mode.
There's a database in MongoDB, the app stores the data from "Knowledgebase" locally in MongoDB.
It has an API generated with Loopback 3. Loopback gets the Userlike API (through a token) and a JSON from Firebase that simulates the Openbravo API.
## Prerequisites
### Node:
Use node -v and npm -v in your terminal to verify you have the latest version of Node and Node Package Manager.
### Angular
Verify through ng -v if you have it, if not use npm install @angular/cli -g to install the latest version.
### MongoDB
If you don't have Mongo, visit https://docs.mongodb.com/manual/installation/ and install it depending on your machine.
## Work with the app
After downloading the project, open your terminal, go to the directory and use npm install. This is for angular.
Next, go to the folder AlaboolAPI and use again npm install. This is for loopback.