Skip to content
Snippets Groups Projects
Commit 102f5d99 authored by Guang Yang's avatar Guang Yang
Browse files

Add README.md

parent 16592a33
Branches
No related tags found
No related merge requests found
# Digital Portfolio Website - c21053138_cmt120_cw2
- Student Number: c21053138
- OpenShift:
## Contents:
In this web app, we have following functionalities covered:
- User Authentication: The ability for users to log in and register for an account on a website.
- Database Integration: The ability to store and retrieve data from a database, such as user information and content.
- Forum functionality: The ability for users to discuss topics and post messages on a website.
- Customizable User Profiles: The ability for users to customize their own profiles on a website.
- File Upload functionality: The ability for users to upload files such as documents, images, and videos on a website.
## Initial Project Setup Required:
- activation of virtual environment
- installation of the necessary project dependencies
### Project Dependencies:
* to install a particular library:
```
pip install <LIBRARY>
```
&nbsp;&nbsp;&nbsp; e.g.: ``` pip install flask ```
* to install all dependencies recursively from ```requirements.txt``` file:
```sh
pip install -r requirements.txt
```
* to see all installed dependencies in the console:
```console
pip freeze
```
* to save the project dependencies in ```requirements.txt``` file:
```console
pip freeze > requirements.txt
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment