Skip to content

PhurbaGyalzen/beyul-venture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beyul venture

Steps to run Beyulback

  1. Pull the main branch

  2. Install dependencies from requirements.txt file

    > pip install -r requirements.txt
    
  3. Install the latest version of Redis by following this tutorial.

  4. After setting up Redis, open a linux terminal and start redis server in background

    $ redis-server
    
  5. Finally, run the Django development server in a new shell

    > python manage.py runserver
    

Note: The Redis server must be running in the background

To access Beyul Admin Dashboard:

Go to Django admin url and fill in the given data

Email: admin@gmail.com

Password: admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published