Skip to content

Commit

Permalink
Updated: README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind authored Sep 29, 2023
1 parent 5ebc283 commit bc68562
Showing 1 changed file with 30 additions and 22 deletions.
52 changes: 30 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,57 +3,65 @@

Make a Landing Page for your Business with Django and Postgres.

## Stack
## 📦 Screenshots:

<img src="https://github.com/Arvind-4/Landing-Page-in-Django/blob/main/.github/static/homepage.png?raw=true" alt="Home Page" />

## 📦 Tech Stack:

- [Django](https://www.djangoproject.com) - Django makes it easier to build better web apps more quickly and with less code.
- [Bootstrap](https://getbootstrap.com/) - Build fast, responsive sites with Bootstrap.
- [Postgres](https://firebase.google.com/) - The World's Most Advanced Open Source Relational Database.
- [Postgres](https://www.postgresql.org/) - The World's Most Advanced Open Source Relational Database.

---

Deployed on [Vercel](https://vercel.com/). <br/>
Click Here for [Live Preview.](https://getidea.ml)

---


Click Here for [Live Preview.](https://landing-django.vercel.app/)

## Deploy Now:
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/Arvind-4/Landing-Page-in-Django)

Add Your Environment variable to `.env`. <br />
Refer `.sample.env` file.
## Getting Started:

---
# How to Run this Locally
- Clone Repo

### Step 1: Clone Repository:
```
```bash
cd /path/to/folder
mkdir landing
cd landing
git clone https://github.com/Arvind-4/Landing-Page-in-Django.git .
```
```

### Step 2: Create a Virtual Environment:
```
- Create a Virtual Environment

```bash
pip3 install virtualenv
cd landing
python3.9 -m virtualenv .
source bin/activate
```

**For Windows use:** `.\Scripts\activate`

### Step 3: Install Dependencies:
```
- Install Dependencies

```bash
pip install -r requirements.txt
```

Add Your Environment variable to `.env`.
Refer `.sample.env` file.

### Step 3: Run the Server
```
- Make Migrations

```bash
cd /path/to/folder/landing
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
```

- Run Dev Server

```bash
python manage.py runserver localhost:8000
```

Expand Down

1 comment on commit bc68562

@vercel
Copy link

@vercel vercel bot commented on bc68562 Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landing-django – ./

landing-django.vercel.app
landing-django-git-main-arvind-4.vercel.app
landing-django-arvind-4.vercel.app

Please sign in to comment.