Skip to content

juanecabellob/circuit

 
 

Repository files navigation

circuit

Stories in Ready Gitter

Installation

First make sure that you have python, django & 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

Now you can use bower to fetch all dependencies

bower install

You're ready to start the django webserver with

python manage.py runserver

Open 127.0.0.1:8000 - DONE

Contributing

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

About

Social network project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.0%
  • HTML 29.6%
  • Other 0.4%