Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbinh15 authored Feb 19, 2024
1 parent 58329e4 commit 4940854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ This repo contains our source code for ActiveNUS - a web-based application for t
For more details, please refer to our [documentation](https://nvbinh15.github.io/ActiveNUS/).

## Deployment
ActiveNUS is deployed on Heroku platform and works well on most web browsers and devices. You can use our product at [activenus.herokuapp.com](https://activenus.herokuapp.com/). You should use desktop/laptop for the best experience.
ActiveNUS is deployed on Railway platform and works well on most web browsers and devices. You can use our product at [activenus.up.railway.app](https://activenus.up.railway.app/). You should use desktop/laptop for the best experience.

If you are using Safari, please update to the latest version.

## Set Up Instruction

Clone the codebase and install all the required packages by running `$ pip install -r requirements.txt` (you may want to use a Python virtual environment to isolate all the dependencies).

Create a new file `.env` in the current directory that stores all the environment information. Type in your secret key (django secret key), your email address, and your email password. The content of the file should be like this:
Create a new file `.env` in the current directory that stores all the environment information. Type in your secret key (Django secret key), your email address, and your email password. The content of the file should be like this:

```
export SECRET_KEY=’<YOUR_SECRET_KEY>’
Expand Down

0 comments on commit 4940854

Please sign in to comment.