Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#B-gan: A WDI 2nd GA project

B-gan

Setup

Clone or download the repo

  • run yarn install or npm install to install the dependencies
  • run yarn seed or node db/seeds to seed the database
  • run node index.js (or simply nodemon if 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).

Technologies used

  • BCrypt
  • Jquery
  • HTML5
  • Sass
  • Mongo
  • Express
  • NodeJS
  • Bulma

Features

  • 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

About

Full-stack RESTful Application

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages