firebreath1001 / Ideagram

A website for sharing Ideas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ideagram

A website for sharing Ideas


Technologies Used

Front-End: ReactJS with Material-UI

Back-End: Django with REST API

Installation

  1. Fork this repo.
git clone https://github.com/123vivekr/Ideagram.git ideagram
  1. Create python virtual environment and install python dependencies
cd ideagram
virtualenv -p python3 env
source env/bin/activate  # run this command everytime before working on project
pip install -r requirements.txt
  1. Install client dependencies
cd client
npm install

About

A website for sharing Ideas


Languages

Language:Python 59.2%Language:JavaScript 28.9%Language:HTML 9.6%Language:CSS 2.3%