https://github.com/toheeb-ojuolape/next-graphql
implementing a next server
https://github.com/toheeb-ojuolape/next-graphql
Last synced: 2 months ago
JSON representation
implementing a next server
- Host: GitHub
- URL: https://github.com/toheeb-ojuolape/next-graphql
- Owner: Toheeb-Ojuolape
- Created: 2023-08-25T14:56:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T12:55:13.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T08:53:50.827Z (4 months ago)
- Language: TypeScript
- Size: 938 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
First, install dependencies:
- npm install
## Environment Variables
Run cp .env.example .env to copy the environment variables from the .env.example file
## Run test
There are also unit test that you can run with:
- npm run test## Starting the server
Run the development server:
- npm run devOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Deployment
My Vercel account is disabled (I exceed my free tier usage some months ago) so I had to deploy on Netlify. I hope you find this acceptable:
Link 👉🏾: https://monumental-nougat-060e43.netlify.app/