Skip to content

This is a school project. Web application for P9_mediscreen.

License

Notifications You must be signed in to change notification settings

np111/P9_mediscreen-webapp

Repository files navigation

mediscreen

Mediscreen is an application used to track disease risks.

Poster

Getting started

These instructions will get you a copy of the project up and running on your local machine for development.

Note: You should first run the java backend (the easiest way is to use docker-compose).

Prerequisites

Running webapp

Install dependencies:

yarn install

Start the development environment (with hot-reloading):

yarn run dev

Testing

yarn run lint
yarn run test

Deployment

Take a look at nextjs.org/docs/deployment.

Java Backend

You can also checkout the backend (built using Java/Spring): P9_mediscreen

Notes

This is a school project (for OpenClassrooms).