Welcome to my repository of Plant Parents. This is a feature build in a 6 week study program in the second year of the bachelor Communication and Multimedia Design (CMD) at HvA.
Plant Parents is a matching application whereby plant owners can upload their plants to sell them to new owners. Plants can be found by filtering on specific information, such as planttype, height, environmental preferences and skill-level.
The feature focusses on uploading a plant to the database with all the specific information needed and displaying it on a global feed.
The application is build for mobile screens and looks the best on a 430px wide screen.
- git
- node.js
- templating engine: ejs
- server: express
Install node.js
-- node install
or check if it is installed already by running the following code
-- node version
Clone repository by this link: https://github.com/Juul03/blok-tech.git with the following command:
-- git clone https://github.com/Juul03/blok-tech.git
After that, run
-- npm install
to install all the dependencies
Check if it works by running the server (in your terminal)
node server.js
or
npm start
or when you are lazy and do not want to run the server again when changes are made, run
npx nodemon server.js
If the server is running, the terminal should give the following feedback: SHAKING MY BOOTY 3000 TIMES
You can now open the application by the following link: localhost:3000
2023 Julia Hoek GPL "Change all versions of a program under the same license to make sure it stays free for all"