Coder Social home page Coder Social logo

bombay-software-task's Introduction

BOMBAY-SOFTWARE

Index

Introduction

  • User task available(login and register)
  • User update,change-password available
  • User can see all register user
  • Supports latest version of Python i.e. Python 3.10.3 along with Django 4.1.3 โšก
  • Api endpoind available on default server. ๐Ÿ’…
Plugin Version
pip 22.2.2
Python 3.10.3
Django 4.1.3
Postgres 11.6

Installation

1. Clone repository
git clone https://github.com/bhargavsonagara/bombay-software-task.git
2. If you not having pip,Django let's install
sudo easy_install pip
3. Create certual environment and activate
pipenv shell
4. Setup The Project
pipenv install -r requirements.txt
5. Create Database Manuanlly in PgAdmin
CREATE DATABASE <database_name>
6. Setting up your database details and email config in .env
DB_NAME=DATABASE_NAME
DB_USER=DATABASE_USER
DB_PASSWORD=DATABASE_PASSWORD
DB_HOST=HOST_NAME
DB_PORT=PORT_NUMBER

EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend
EMAIL_HOST=smtp.gmail.com
EMAIL_USE_TLS=True
EMAIL_PORT=xyz
[email protected]
EMAIL_HOST_PASSWORD=xyz
RECIPIENT_ADDRESS=RecipientEmailAddress
7. Create tables by Django migration
python manage.py makemigrations

python manage.py migrate
8.All page available on @ http://127.0.0.1:8000/
Like Register user page - http://127.0.0.1:8000/register/

Like Login user page- http://127.0.0.1:8000/

Like User list page  - http://127.0.0.1:8000/user/

Like Update password page - http://127.0.0.1:8000/update-password/

Like Profile-edit page - http://127.0.0.1:8000/profile-edit/

Like logout user page - http://127.0.0.1:8000/logout/

9. Extra functionality
  • After user successful register email send on user
  • Update password email send
  • Using redis as well as Threading
  • Added 404 page and 500 internal server error page

bombay-software-task's People

Contributors

bhargav1776 avatar

Watchers

Bhargav Sonagara avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.