"To improve the lives of bootcampers on the course."
We wanted to create a resource library for useful tech links. We wanted it to be user lead and easy to update.
A React front end interacts with an Express backend that provides links to a Postgres database within Heroku. Built in just three days by a fully remote team, we managed our workflow using Notion.io and implemented Agile methodology using a framework with daily stand ups and retros.
- Move into your directory of choice:
cd ~/YOUR_DIRECTORY
- Clone this repository:
git clone https://github.com/SchoolOfCode/w9_frontend-project-team-is-undefined
- Move into the project file:
cd project
- Install the dependencies:
npm install
- To run the project:
npm start
- Starts a server running at http://localhost:3000
For backend, follow https://github.com/SchoolOfCode/w9_backend-project-team-is-undefined
This repository contains a set of Cypress end-to-end tests.
- To install Cypress: https://docs.cypress.io/guides/getting-started/installing-cypress#What-you-ll-learn
- To run tests: https://docs.cypress.io/guides/getting-started/opening-the-app#What-you-ll-learn
HTML5, CSS3, JavaScript, React, Material UI, Jest, React Testing Library, Cypress
NodeJS, Express, SuperTest, PostgreSQL, Heroku