#B-gan: A WDI 2nd GA project
Clone or download the repo
- run
yarn installornpm installto install the dependencies - run
yarn seedornode db/seedsto seed the database - run
node index.js(or simplynodemonif you have nodemon installed) to start the app
You will need node and mongodb set up on your local environment.
If you do not have them, I would advise installing them with homebrew (Mac only).
- BCrypt
- Jquery
- HTML5
- Sass
- Mongo
- Express
- NodeJS
- Bulma
- Authentication with BCrypt
- Login redirects to previously viewed page (see
controllers/sessions.js) - Users can add recipes and blog posts if loged in
- users can comment and rate the recipe/blog post
- Users can only modify data they have added themselves
- User information shown if logged in
- Frontend form validation with HTML5 and jQuery Validate Plugin
