Coder Social home page Coder Social logo

sunil02324 / aboutme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anurag619/aboutme

0.0 2.0 0.0 519 KB

Yet another open source social appearance application

Home Page: http://aboutme-iamsudip.rhcloud.com/

Shell 0.15% Python 46.35% CSS 4.46% HTML 49.04%

aboutme's Introduction

===================================== http://aboutme-iamsudip.rhccloud.com/

I am very bad at naming. If you have suggestion, suggest me. I didn't think of any name for this social appearance site yet.

Service Description

This a social experience site as I said above and more or less like http://about.me/ but not completely copy of it.

TODO

For now, First target is make the service alive: like

  • Re-build UI, Make use of parallax scrolling in the main page

  • not only sign up, give them their own page to create and manipulate their bio

  • one click resume making extension

  • give user an option to create a blog if she doesn't have one

  • and many more, you can always suggest (open an issue here or mail me.)

  • Add feature: Github login

  • Include Client side validation to make things faster for the user.

Setup

First fork & clone the repo.

Now before creating and entering into virtualenv make sure you install the following::

I am using postgresql-9.1 so you need to install this too.

  $ sudo apt-get install postgresql-9.1

  $ sudo apt-get install postgresql-server-dev-9.1

I am using bcrypt to hash the passwords and bcrypt depends on libffi-dev

$ sudo apt-get install libffi-dev

I always recommend python-virtualenv for development.

After installing and activating the virtual environment do the follwing

Install the requirements file::

  $ pip install -r requirements.txt

Now, I spent hours fixing many things on my machine, so I want you don't waste the same.

Setup the database server as follows::

  $ sudo -u postgres createuser <your username>

To create the database do this::

  $ createdb aboutmedb 

Now open postgresql as::

  $ psql aboutmedb

  # \password

Enter the password as: passwrd

Repeat the password as: passwrd

'passwrd' is the password without quote

Setup main.py according to this username and password::

I think your local server is ready to roll now.

cd to aboutme/aboutme locate main.py and run::

  $ python main.py

Happy hacking!

aboutme's People

Contributors

iamsudip avatar anurag619 avatar

Watchers

James Cloos avatar Sunil Tatipelly avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.