Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 982 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 982 Bytes

Blocipedia-node

a web application that allows users to create, collaborate and share wikis

screenshot


Resources:

  • Node.js
  • Express.js
  • Request
  • PostgreSQL
  • Sequelize
  • EJS
  • Bootstrap
  • JQuery

This project also utilized SendGrid for email sign-up verification, Stripe for payment integration, Express-validator for validations, Passport.js for authentication, Morgan for route logging, Bcrypt.js for encryption, Jasmine for test-driven development, Faker to help seed the database and Heroku for deployment.

Blocipedia-node was completed as part of Bloc's Web Development Curriculum.

Available Scripts

To see this project in action, clone the repo locally and then run the command:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.