Skip to content

A database web application for the Southeast Area Coalition's Toolshed program in the Rochester area.

Notifications You must be signed in to change notification settings

Cookiesaurus/toolshed-app

Repository files navigation


Logo

SEAC Tool Shed

A functional database application and interface for the South East Area Coalition (SEAC) organization's Tool Shed program.

Explore the docs »

Built With

Next JS MySQL AWS Square

Pre-Reqs

Node.js installation:

Node version manager:

  • Mac: NVM
  • Windows: Nodist is a node version manager so no installation necessary

Getting Started

First, install necessary packages in the a new terminal in VS Code:

npm i

Then, run the development server:

npm run dev

Database credentials

Create a .env.local file and add in associated credentials:

  • DB_HOSTNAME
  • DB
  • DB_USER
  • DB_PORT
  • DB_PASSWORD

Open http://localhost:3000 with your browser to see the result.

About

A database web application for the Southeast Area Coalition's Toolshed program in the Rochester area.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published