This is a learning project. Our goals were to practice full stack development by creating a react client and python-sql back end.
This project was completed in a 6 day Agile-SCRUM sprint. At the start of the project we met with our project manager and assigned point scales to the enhancement tickets based on our estimates of the workload.
As a team, we decided to implement the react-bootstrap styling library on this project. This allowed us to create a consistent appearance across the site.
Requirements: NPM (https://github.com/NSS-Day-Cohort-42/rare-server-news-hounds)
- In the terminal, run
git clone https://github.com/NSS-Day-Cohort-42/rare-news-hounds.git
- Run
npm install
- Run
npm start
- This will bring up a browser window showing the react app, but you won't be able to log into the site or access data without running the database side of this project. To download and start the server, go to https://github.com/NSS-Day-Cohort-42/rare-server-news-hounds, and follow the readme there.
- Once you are running the sample database, create a new user, and log in to view the site. 🦮 Good Boy!!!🦮 Give yourself a treat!🦮
Here is a quick overview of the user experience! Users can create posts, filter them by category, and add tags.