Git Product home page Git Product logo

tech-blog's Introduction

Tech-Blog

Writing about tech can be just as important as making it. Developers spend plenty of time creating new applications and debugging existing codebases, but most developers also spend at least some of their time reading and writing about technical concepts, recent advancements, and new technologies.

Table-of-Contents

https://fktech-blog-14.herokuapp.com
https://github.com/kabirfaisal1/Tech-Blog.git
AS A developer who writes about tech
I WANT a CMS-style blog site
SO THAT I can publish articles, blog posts, and my thoughts and opinions
NOTE: if you are copying this repo all you have to do is run 
     -npm -i
     and you will get all the packages below
    1. node.js (npm install -g npm) on your system
    2. npm i mysql
    3. npm i express
    4. npm i path
    5. npm i dotenv
    6. npm i sequelize
    7. npm install cypress --save-dev (in app_Test folder) 
    8. npm i dotenv

    opt.
    - npm i nodemon (help you test live without killing server. CLI: nodemon server.js)

Image at testcase

  1. start the server from the root
  npm start server
  1. open second terminal go to app_test folder
  cd /your/project/path (to app_Test)
  1. install npm
  npm install
  1. install cypress
  npm install cypress --save-dev
  1. Open cypress
  npx cypress open
  1. From cypress dashboard
  • Select e2e
  • Select chrome
    • Click on start E2E testing in chrome (you will see new chrome open next to cy app)
  1. Select the test case you want to run
  2. OR run cypress headless
 npx cypress run
  1. home page page Image at home page
  2. log-in page Image at log in page
  3. log-in page Image at user homepage
  4. log-in page Image at after search

tech-blog's People

Contributors

kabirfaisal1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.