This is a gmail-replica webapp demonstrating single page application, created using vanilla Javascript and Bootstrap.
- Language: Python, Javascript, HTML, CSS
- Framework & Tools: Django, Bootstrap
- This is a Full-Stack Web Development Project created using Django and Bootstrap
- Full-Responsive and Mobile Friendly
- Authentication and different Permissions implementation
- SQLite3 as backend Database
- Simple and Clean User Interface
- Single Page-Application created using vanilla javascript
- Copy project using Git
git clone https://github.com/DarkIce000/gmail-replica.git
cd gmail\-replica
- Set up Environment
python3 -m venv .
source bin/activate
pip install django
- Make migrations & Migrate
python3 manage.py makemigrations
python3 manage.py migrate