Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pnw-cs-club/club-website
Website for the Computer Science Club at Purdue University Northwest
https://github.com/pnw-cs-club/club-website
aws postgresql reactjs springboot website
Last synced: 3 months ago
JSON representation
Website for the Computer Science Club at Purdue University Northwest
- Host: GitHub
- URL: https://github.com/pnw-cs-club/club-website
- Owner: PNW-CS-Club
- Created: 2024-09-27T22:25:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-26T04:51:39.000Z (3 months ago)
- Last Synced: 2024-10-26T20:27:19.689Z (3 months ago)
- Topics: aws, postgresql, reactjs, springboot, website
- Language: JavaScript
- Homepage: https://pnwcsclub.com/
- Size: 1.34 MB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Club-Website
This website will have information for all things related to the Purdue University Northwest Computer Science Club.## Content
* Project information for:
* This website
* Gatekeeper Project
* Duckietown Project
* Helpful resources for students
* Blogs posts for events / Highlights
* Event information for:
* Coding Contests
* Hackathons## Features
* Blog editor
* User login## Tech Stack
These are the tools we will be using to build our website:
* React JavaScript - Frontend Development - https://react.dev/learn
* SpringBoot - Backend Development - https://docs.spring.io/spring-boot/documentation.html
* Amazon Web Services, EC2(Compute), RDS(Database), Route53(DNS) - https://docs.aws.amazon.com/
* PostgreSQL - https://www.postgresql.org/
* GitHub
* Jira - Project Management - https://www.atlassian.com/software/jira
* Selenium - Functionality Testing - https://www.selenium.dev/## Getting Started - Developers
* You must have Node.js and npm installed on your machine to run this project.
- If you do not have Node.js already: Install Node.js and npm using here: https://nodejs.org/en/download/prebuilt-installer
* Set up repository
- Either using `git clone https://github.com/PNW-CS-Club/Club-Website.git` in a CLI or using software like GitHub Desktop
* Open the git repo in your code editor of choice
* Using the CLI/Terminal, do `cd pnwcsclub` to navigate to the project folder
* Run `npm install` to install all the dependencies
* Inside of C:\...\pnwcsclub run `npm run dev` to start the development server
* Open your browser and navigate to the given localhost to see the website