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
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
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