Created and Maintained by the SSE Web Dev Sub Club
If you do not have NodeJS you can download it here.
Make sure that the npm package manager is also downloaded the NodeJS setup wizard.
After cloning the repo and downloading NodeJS run npm install
on the command line in the directory that the project is stored in.
Once you have run the install command you can then run npm start
to boot up a local version of the server. After this the cite should be available on localhost:3000
Note 1: This is based off of a Serverless Boilerplate template that can be found on GitHub with a related tutorial.
Note 2: You can find a tutorial for the REST api here.
- NodeJS v20.12.0 (LTS)
- NPM package manager v10.5.0
- All dependencies in the Serverless Boilerplate Template (You may need to update to fix issues)
The coding standard can be found here.