Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
merrylearninggithub authored Dec 20, 2023
1 parent 8bc5314 commit 81d995d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@ We actually purchased this domain in order to use HTTPS. While setting up redire

As a result, please use the instructions in the following section to access our app.

## How to setup enviroment
### Ensure you have the required software installed:
- [Python](https://www.python.org/downloads/windows/)
- [Docker](https://docs.docker.com/engine/install/)
- [Docker Compose](https://docs.docker.com/compose/install/)
- [MongoDB](https://www.mongodb.com/docs/manual/installation/)
*For MongoDB, If you use MongoDB Cluster, ignore it.* Follow here [MongoDB cluster](https://www.mongodb.com/docs/guides/atlas/cluster/)
```
python --version
docker --version
docker-compose --version
mongo --version # Check MongoDB installation
```

## How to confiure
```
- git clone https://github.com/software-students-fall2023/5-final-project-project5dominators
Expand All @@ -63,20 +77,6 @@ SECRET_KEY = "your_secret_key"
```


# TODO:

[instructions for how to configure and run all parts of your project for any developer on any platform - these instructions must work!]

[instructions for how to set up any environment variables and import any starter data into the database, as necessary, for the system to operate correctly when run.]

## How to setup enviroment
### Ensure you have the required software installed:
- [Python](https://www.python.org/downloads/windows/)
- [Docker](https://docs.docker.com/engine/install/)
- [Docker Compose](https://docs.docker.com/compose/install/)
- [MongoDB](https://www.mongodb.com/docs/manual/installation/)
*For MongoDB, If you use MongoDB Cluster, ignore it.*

## How to run
### Bash (Mac & Linux) / Command Prompt (Windows)

Expand Down

0 comments on commit 81d995d

Please sign in to comment.