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

Aditya3403/EdexCare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 ❤


About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 46.8%
  • JavaScript 29.4%
  • SCSS 21.4%
  • HTML 1.3%
  • Python 1.1%