The backend code for the PPI Portal project. Made using Mongo, Express, NodeJS.
- Install MongoDB, then run a local instance
npm install
and thennpm start
a. Make sure you run the backend first before the frontend, or set backend to port 3000 and frontend to port 3001
Feature requests can be made in Issues->Feature Request Template
Bug reports can be made in Issues->Bug Report Template
First, create an issue for your pull request, then tag that issue in your PR. If the PR links and/or depends on an issue/PR in the frontend repository, please link the relevant issue/PR as well (mention PPIUK/ppi-portal-frontend#<issue number>
).
Please note that since that the backend code stores and processes very very sensitive data, reviewing PRs properly may take a while.