ethanlee16 / ogsc

Home Page:ogsc-git-main-calblueprint.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oakland Genesis Soccer Club

This is a web application that helps the OGSC's participants (players/students, their mentors, their parents, and the donors that support them) find information about the program and see its impact over time on players in the program.

Technologies

  • Next.js
    • NodeJS 12.16.0
    • Yarn 1.22.5
  • Typescript

Getting Started

First install the dependencies

yarn install

Then, run the development server:

yarn dev

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

The page auto-updates as you edit the file.

Available Scripts

In the project directory you can run:

yarn

Installs all dependencies.

yarn dev

Runs the app in the development mode.

yarn db: seed

Generates seed data for use in the local environment.

yarn db:migrate up

Safely run all migrations and perform the database changes.

yarn db:migrate down

Safely reverts all database changes you made.

You will need to run yarn prisma introspect and yarn prisma genereate after running a migration

Powered By Vercel

About

ogsc-git-main-calblueprint.vercel.app

License:MIT License


Languages

Language:TypeScript 98.8%Language:JavaScript 0.6%Language:CSS 0.6%