Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 432 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 432 Bytes

School Management App

Look at the Nestjs Graphql and Graphql documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install
# yarn
yarn install

Development Server

Start the development server on http://localhost:3000

# npm
npm run start
# yarn
yarn run start