Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iagolast/ficondevweb
Frontend and Backend
https://github.com/iagolast/ficondevweb
Last synced: 24 days ago
JSON representation
Frontend and Backend
- Host: GitHub
- URL: https://github.com/iagolast/ficondevweb
- Owner: IagoLast
- Created: 2013-04-14T01:32:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-18T20:13:07.000Z (over 11 years ago)
- Last Synced: 2023-04-04T17:17:54.573Z (over 1 year ago)
- Language: Python
- Size: 4.97 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Installation
------------In order to execute the application you need the following software and libraries:
Requirements:
- Python 2.7
- Pymongo
- Flask
- MongoDB (v 2.4.1)
- pipYou can install pip with: ::
sudo apt-get install python-pip
Once you have pip you can install Pymongo and Flask by executing the next command in doc folder: ::
sudo pip install -r requirements.txtYou can initiate the DB with some test data by executing the script in sql folder.
To run the server just execute the next command in src folder: ::
python server.py
And you're ready to go.
The application runs in port 9001.
You have the Admin site in localhost:9001/admin.html and the main site in localhost:9001/index.html