Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #469

Merged
merged 1 commit into from
Oct 31, 2024
Merged
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
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,22 @@ Follow these steps to get started with BioCompute:

1. Clone the Repository:

`git clone https://github.com/biocompute/bcodb.git
cd bcodb`
`git clone https://github.com/biocompute/portal_userdb.git`
`cd client/`

2. Switch to the desired branch:
`git switch <branch_name>`
`git pull`

3. Set Up the Environment:

Ensure you have Python and Node.js installed.
3. Install dependencies:

Install dependencies:
`npm install`

`pip install -r requirements.txt
npm install`

4. Run the Server:
4. Run the Client:

`cd server
python manage.py runserver`

5. Run the Client:

`cd client
npm start`
`npm run start`

Access the Portal:
Open your web browser and navigate to **'http://localhost:3000'**.
Expand Down
Loading