GithubHelp home page GithubHelp logo

bapturp / toolsandco Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 2.85 MB

Tools&Co is a FullStack Web application made by @bapturp @hugoviolas and @inesza during the Ironhack Web Development Bootcamp in only 4 days!

Home Page: https://toolsandco-ycuc.onrender.com

JavaScript 43.93% CSS 24.96% Handlebars 30.95% Shell 0.16%
mongodb mongoose javascript css html expressjs ironhack nodejs

toolsandco's Introduction

Tools&Co gives people the ability to rent various tools and achieve their DIY dreams ๐Ÿคฉ

Tools&Co is a FullStack web application made by @bapturp @hugoviolas and @inesza during the Ironhack Web Development Bootcamp in only 4 days ๐Ÿš€

Technologies used

  • Javascript
  • HTML
  • CSS
  • Node
  • Express
  • Mongoose
  • MongoDB

It implements 5 database models, full CRUD operations, sign up/login/logout, 3 differents user roles.

Setup dev environment

Dependencies

Install the following packages on your local machine:

  • npm version 8
  • node version 18
  • mongodb version 6

Clone repo

git clone https://github.com/bapturp/toolsandco.git
cd toolsandco/

Setup the .env file

This project requires some environment variables to run, it reads the file .env on startup. An example file is provided .env.example.

Environment variables:

  • PORT: Port on which the the website is accessible.
  • MONGODB_URI: URI of the mongo database (i.e. mongodb://127.0.0.1:27017/toolsharing).
  • SESSION_SECRET: Secret used to sign the session ID cookie, see session doc.
  • CLOUDINARY_NAME: Cloudinary name
  • CLOUDINARY_KEY: Cloudinary key
  • CLOUDINARY_SECRET: Cloudinary secret

Install NodeJS dependencies

npm install

Seed the database

Default data can be seed in the database:

npm run seed

Start the project

npm run dev

toolsandco's People

Contributors

bapturp avatar hugoviolas avatar inesza avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

hugoviolas

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.