Releases: VictorIJnr/P2-Databases
Releases · VictorIJnr/P2-Databases
The Expressway
Welcome to v2.0.0!
So what's changed?
In reality... not much of the core application. Rather, changes are seen in how the application is deployed. Now an express
server is being used, with the html
being rendered as ejs
to allow for me to make appropriate requests, receive the results and display them to the user.
So why v2.0.0?
Well... v1.0.0 was never a thing, but that didn't stop me from starting with v2.0.0. Anyway, a pseudo v1.0.0 can be seen as the application when it would not be sent as a response to a GET
request to the new express
server. That approach would not work for this practical, hence why v2.0.0. I guess. (That didn't really answer the question did it?)
Okay, well at least tell me how to run it
- Firstly you'll probably need to clone the repository
no more of that GitHub Pages nonsense - Once cloned, go to the root folder of the project in terminal
- Then you'll need to type
npm install
to install the dependencies (If you don't have node and npm get those first) - After you have the relevant dependencies, type
npm start
to start the server - This will allow you to go to
localhost:20763
in your browser to see the website - Simple Right?