Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,7 @@
_Adminpanel is made with regular Django Templating System. REST framework & React is only used in the regular user panel_

**Some instruction to build & run the project:**
1. Activate virtual environment using pipenv `pipenv shell`
2. Install python dependencies `pipenv install`
1. Activate virtual environment
2. Install python dependencies `pip install - requirements.txt`
3. Migrate database `python manage.py migrate`
4. Run the dev Server `python manage.py runserver`

**Some instruction to build client:**
1. Open your terminal in client directory
2. Install node dependencies `npm install`
3. Build the client `npm run build`

**Prerequisite**
1. If you use pipenv to create virtual environment, make sure you have pipenv installed.
2. You must have env.py file in the project root folder. Rename env-sample.py file to env.py and fill those variables with your real values