Skip to content

Latest commit

 

History

History
64 lines (32 loc) · 1.21 KB

README.md

File metadata and controls

64 lines (32 loc) · 1.21 KB

MERN with NextJs and Graphql

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

Project Status

(only necessary if incomplete)

Project Screen Shot(s)

[ Not Login ]

alt text

[ With Login ]

alt text

Installation and Setup Instructions

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)

Deploy on Vercel

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.