Skip to content

Juul03/blok-tech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plant Parents

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.

What is Plant Parents?

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.

Build with...

  • git
  • node.js
  • templating engine: ejs
  • server: express

Installation guide

Node

Install node.js

-- node install

or check if it is installed already by running the following code

-- node version

Clone repository

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

License

2023 Julia Hoek GPL "Change all versions of a program under the same license to make sure it stays free for all"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published