Skip to content

amarc27/ironLulu

Repository files navigation

IronLulu

Presentation

IronLulu is a conciergerie services. The main goal is to find someone to help you accomplish your daily tasks:

  • Academic support
  • Computer tutoring
  • Household and ironing
  • House moving
  • Baby sitting
  • Gardening
So, basically to use the service, you just need to sign up then create a campaign. People interested can apply and you can chose the best applicant to help you.

Technology

In order to launch our project, we use:

  • Express
  • Mongoose
  • Node JS
  • Google Maps API
  • Bootstrap

So you can:

  • Sign up
  • Login
  • Create a campaign
  • Apply to a campaign

Launch the skyrocket

You will find bellow all the instructions to launch locally the project.

First, fork this repo and clone it.

Then, create a .env file, for example like this one:

MONGODB_URI=mongodb://localhost/ironlulu

Before continuing, make sure you have Mongo running locally. For example, on Windows, you can run the command:

$ mongod

Then, run the following commands

$ npm install  # Install all packages
$ npm start    # Start the project
$ npm run dev  # Or start the project with nodemon
$ node bin\seeds.js #Start the seeds.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published