Small localized web application with Facebook and local login
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Following things needs to be installed on your local machine so you could run the web application
Node.js - [https://nodejs.org/en/]
Mongodb - [https://www.mongodb.com/]
Following technologies are used in web application:
- AngularJS(translate,moment)
- Javascript
- HTML,CSS,bootstrap
- NodeJS (express,passport,passport-facebook,file-system,dotenv...)
- MongoDB
Simply clone this repo using
git clone https://github.com/caiman90/Softhouse.git
then install the Node modules with
npm install
then install the bower components with
bower install
then make sure MongoDB is running with
mongod
then run the server with
node app
Here are fake facebook accounts for logging with facebook : Name EMAIL PASSWORD
- Sharon Albahdcgabgcj Warmansky - eftlscerfz_1504720249@tfbnw.net - sawsaw
- Ruth Albaiijfccdah Chengberg - euegvdfibz_1504720251@tfbnw.net - racrac
If you have any questions, feel free to leave a comment and I will try to help if I can!
- Rejhan Hrnjic - caiman90
This project is licensed under the MIT License - see the LICENSE.md file for details