Giter VIP home page Giter VIP logo

circuit's Introduction

circuit

Stories in Ready Gitter

A social network created with Django.

Live demo

Feed screenshot

Installation

First make sure that you have python, django, redis & Node.js installed.

Now clone this project to your machine

git clone https://github.com/7Pros/circuit.git

After that's done go into the created circuit folder.

Run

python manage.py makemigrations
python manage.py migrate

We use Bootstrap for the frontend.

To pull in all Bootstrap dependencies we use bower.
At this point you should already have node installed, so run the following to get bower, if not installed.

npm install -g bower gulp

npm install

Now you can use bower to fetch all dependencies

bower install

At last we need gulp to compile all our assets. Simply run gulp

gulp

You're ready to start the django and the notification server with

python manage.py runserver

and

python notification_server

Don't forget to have your redis-server. If you don't know how to do that, just go to your favorite command line program and type:

redis-server

Open 127.0.0.1:8000 - DONE

Development

While developing you will need to run a smtp server, once you try to sign up.

python -m smtpd -n -c DebuggingServer localhost:1025

This will start a smtp server in your command line which django will send emails to.

Contributing

If you want to contribute you should take a look at CONTRIBUTING.md.

Documentation

Check out our META repository. In the README.md you can find all references.

For the code documentation, you can just visit us our official code documentation

Mounting it into a server.

If you want to put this into a server, you should have a look at our wiki about Amazon Web Services.

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.