This is a Next.js project bootstrapped with create-next-app
.
First, ensure that you have Node.js installed on your computer. This is required to run React apps.
In your terminal, cd into this project's root folder and start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 in your browser to see the application running locally.
In another terminal, enter cd src
, then cd backend
and then run node server.js
in order to start the backend server.
The application should now be running and you are able to interact with its database.
There are currently no known limitations or problems associated with running this application.
The items being submitted for this project are:
- PDF copy of final report
- ZIP file containing the project's source code and this README file containing instructions how to run the app