Skip to content

crowdbotics-apps/bestappever-5455

Repository files navigation

bestappever-5455

This is a repository for a web application developed with Django, built with Crowdbotics

Features

  1. Local Authentication using email and password with allauth
  2. Rest API using django rest framework
  3. Forgot Password
  4. Bootstrap4
  5. Toast Notification
  6. Inline content editor in homepage

Recommended Installation

  1. Postgresql
  2. Python

Installation

  1. Install pipenv
  2. Clone this repo and cd bestappever-5455
  3. Run pip install --user --upgrade pipenv to get the latest pipenv version.
  4. Run pipenv --python 3.6
  5. Run pipenv install
  6. Run cp .env.example .env
  7. Update .env file DATABASE_URL with your database_name, database_user, database_password, if you use postgresql. Can alternatively set it to sqlite:////tmp/my-tmp-sqlite.db, if you want to use sqlite for local development.

Getting Started

  1. Run pipenv shell
  2. Run python manage.py makemigrations
  3. Run python manage.py migrate
  4. Run python manage.py runserver

About

This django application was built with Crowdbotics www.crowdbotics.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published