Skip to content

Commit

Permalink
repo setup (#1)
Browse files Browse the repository at this point in the history
* enable mongodb

* add name to readme

* add designers to readme

* add team size to readme
  • Loading branch information
ryanhu021 authored Jan 1, 2025
1 parent be49498 commit 0ae6359
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# name of non-profit
# Surfrider

A web app for visualizing the environmental, economic, and societal benefits of renewable energy adoption.

Expand All @@ -17,12 +17,15 @@ Surfrider Foundation San Luis Obispo (SLO) is a local chapter of the larger Surf

### Team

The Surfrider team consists of {#} Cal Poly students. Over the course of about 9 months, we worked as a team to deploy this web application. The team members are listed below:
The Surfrider team consists of 15 Cal Poly students. Over the course of about 9 months, we worked as a team to deploy this web application. The team members are listed below:

- [Sanjana Checker](https://www.linkedin.com/in/sanjanachecker/) - Project Manager
- [Ryan Hu](https://www.linkedin.com/in/ryan-hu/) - Tech Lead
- [Ryan Chan](https://www.linkedin.com/in/ryan-chan7/) - Tech Lead
- [First Last](https://www.linkedin.com/) - Designer
- [Jake Eichenseer](https://www.linkedin.com/) - Designer
- [Fionn Kha](https://www.linkedin.com/) - Designer
- [Haixin H](https://www.linkedin.com/) - Designer
- [Edrick Wong](https://www.linkedin.com/) - Designer
- [First Last](https://www.linkedin.com/) - Software Developer

## Getting Started And Contributing
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/database/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ let connection: typeof mongoose;
*/
const connectDB = async () => {
if (!connection) {
// uncomment this line once you have the MONGO_URI set up
// connection = await mongoose.connect(url);
connection = "remove me" as any; // remove me
connection = await mongoose.connect(url);
return connection;
}
};
Expand Down

0 comments on commit 0ae6359

Please sign in to comment.