Edugate is a result management system tailored to meet the needs of high schools in Nigeria.
For development, you will only need node version >=18.17.1 and npm version >=10.8.2 installed in your environement.
- HTML
- CSS
- JS
Install the following VS Code extensions:
- ESLint
- Prettier – Code formatter
In your VS Code settings (.vscode/settings.json), add:
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.validate": ["javascript", "html"],
"files.exclude": {
"node_modules": true
}
}$ Clone the repository by running `git clone https://github.com/NoroffFEU/edu-gate-mar25-ft` in your terminal
$ Change directory to edu-gate-mar25-ft `cd edu-gate-mar25-ft`
$ Install the dependencies `npm i`
$ Start the server `npm run start`
$ Browse to `http://127.0.0.1:8181`