Skip to content

Basic full stack web application with HTML, CSS, Bootstrap, Material UI, JavaScript and Python-Django.

Notifications You must be signed in to change notification settings

Akash-Kumar-Sen/EdexCare

Repository files navigation

EdexCare 👩‍🎓

This is a basic full stack web application with HTML, CSS, Bootstrap, Material UI, JavaScript and Python-Django.

Welcome!


Minimum API Level Maximum API Level GitHub repo size License Open Source Love svg1 PRs Welcome contributions welcome Maintenance

Tech Stack

Front-End

html css sass bootstrap material-ui javascript jquery

Back-End

python django

Installation

Prerequisites

Anyone with a basic knowledge of HTMl, CSS and JavaScript and the Knack of Programming. It is good if you know python and django.

1. Install Python

Install python-3.7.2 and python-pip. Follow the steps from the below reference document based on your Operating System. Reference: https://docs.python-guide.org/starting/installation/

2. Setup virtual environment

Reference : https://docs.python.org/3/library/venv.html

# Install virtual environment
sudo pip install virtualenv

# Make a directory
mkdir envs

# Create virtual environment
virtualenv ./envs/

# Activate virtual environment
source envs/bin/activate

3. Clone git repository

git clone "https://github.com/Akash-Kumar-Sen/EdexCare.git"

4. Install requirements

cd EdexCare/
pip install -r requirements.txt

5. Run the server

# Make migrations
python manage.py makemigrations
python manage.py migrate

# Run the server
python manage.py runserver

# your server is up on port 8000

Try opening http://localhost:8000 in the browser. Now you are good to go.


❤ Our Aim to Help People ❤