project_description
Explore the docs »
The UWCSSA project is a web development project designed to provide an efficient working platform for the University of Windsor Chinese Students and Scholars Association and a student forum for University of Windsor students.
View Demo
·
Report Bug
·
Request Feature
![Product Name Screen Shot][product-screenshot]
Here's a blank template to get started:
To avoid retyping too much info. Do a search and replace with your text editor for the following:
github_username
, repo_name
, twitter_handle
, email
, project_title
, project_description
- To optimize the management of the student council (UWINCSSA) as well as its efficient operation.
- To build relationships among the student council, students and the local community and have them engaged.
- To improve accessibility.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- Clone the repo
git clone https://github.com/ShenShu2016/uwcssa_ca.git
- Prepare & start Frontend Docker Contanier
cd ../uwcssa_ca/frontend docker-compose -f docker-compose.dev.yml build docker-compose -f docker-compose.dev.yml up
- Prepare & start Backend & PostgreSQL Docker Contaniers
cd ../uwcssa_ca/backend docker-compose -f docker-compose.dev.yml build docker-compose -f docker-compose.dev.yml up
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
The following people have contributed to the project:
- Shen Shu
- Kerun Pan
- Shikai(Zoe) Jin
- Jinhua Long
- ChangkuanGao
- Fanyu Zeng
- Heng Wei
- Changye Ma
- Yanhao Wang
- Chengyue Wei
- Mike Yu
First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Please try to create bug reports that are:
- Reproducible. Include steps to reproduce the problem.
- Specific. Include as much detail as possible: which version, what environment, etc.
- Unique. Do not duplicate existing opened issues.
- Scoped to a Single Bug. One bug per report.
Please adhere to this project's code of conduct.
Distributed under the MIT License. See LICENSE
for more information.
Home Page - @UWCSSA.ca
Project Link: https://github.com/ShenShu2016/uwcssa_ca
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- Note this section just contains some hints, you guys can edit it if you want, or use this as a template to update our README file
-
Check Docker images security level hadolint https://github.com/hadolint/hadolint
-
Open git bash to run
docker run --rm -i hadolint/hadolint < Dockerfile.dev
- Check current running container
docker ps -a
- iteract with the container by ID
docker exec -it [containerID] bash
- Using it for testing django features
python manage.py shell
- Using it for testing redis features
docker exec -it [containerID] redis-cli