Skip to content

eriwiana/mb-pharmacy

 
 

Repository files navigation

Django Starter

Starter built with Django App Generator - Actively supported by AppSeed via Email and Discord. Here are some useful links:

  • 👉 Read the Docs for more input ragarding the service
  • 👉 Get Support (eMail & Discord) - provided by AppSeed
  • 🚀 Need More? Try a PRO Account
    • Unlimited Apps
    • Dedicated Support
    • 1-1 LIVE Support Sessions

Features:


Start with Docker

In case the starter was built with Docker support, here is the start up CMD:

$ docker-compose up --build

Once the above command is finished, the new app is started on http://localhost:5085


Manual Build

Download/Clone the sources

$ git clone https://github.com/<THIS_REPO>.git
$ cd <LOCAL_Directory>

Install modules via VENV

$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt

Set Up Database

$ python manage.py makemigrations
$ python manage.py migrate

Generate your API (optional)

$ python manage.py generate-api -f

Start the App

$ python manage.py runserver

At this point, the app runs at http://127.0.0.1:8000/.



Starter built with Django App Generator, a free service provided by AppSeed.

About

Apotek Mitra Berkah

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.0%
  • HTML 48.2%
  • Other 0.8%