Skip to content

An application that makes use of StrapiCMS along with NextJS to mimic hospital records

Notifications You must be signed in to change notification settings

yousifhanna/Strapi-Hospital-Records-App

 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

  • First, run the server for the API. Place the URL for the API in the url variable in Index.js.

  • Next, run the meilisearch instance. Place the meilisearch url in the host property of the client instance in Records.js.

  • Run Strapi using either

yarn develop
# or
npm run develop
  • Login and create the collection.

  • Start the development Server using:

npm run dev
# or
yarn dev

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

About

An application that makes use of StrapiCMS along with NextJS to mimic hospital records

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • CSS 14.1%