CRUD Posts
An application used to simple Crud post built with:
Frontend: React, Redux, NextJs Graphql
Backend: NodeJs, Express, MongDB Graphql
CI: vitest
CD: Vercel
(only necessary if incomplete)
[ Not Login ]
[ With Login ]
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
yarn install
To Run Test Suite:
yarn test
To Start App:
yarn dev
To Build App:
yarn build
To Visit App With local host:
Frontend: localhost:3000
To Visit App With remote host:
Frontend: https://mern-next-ji123mmy.vercel.app
(Host: Vercel)
Backtend: https://mern-graphql-server.herokuapp.com/graphql
(Host: Heroku)
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.