Giter Club home page Giter Club logo

blog-mern's People

Contributors

rawan96 avatar

Stargazers

 avatar

blog-mern's Issues

Express Setup

In this section I will:

  • Set up an express server on port 4000.

  • Handel server and client errors.

Add Navbar

In this section I will:

  • Add the navbar in the app component.

Users Queries

In this section I will make queries for:

  • Create user.
  • Find all the users.
  • Find one user.
  • Delete all users

Build the controller

Inside this file, I will write functions which will do:

  • Create a blog.

  • Find a blog.

  • Update a blog.

  • Delete a blog.

Define the routes

In this section, I will decide how the server will respond by setting up the routes:

  • /api/blogs:POST.

  • /api/blogs/:id: GET, PUT, DELETE.

Add Post Component

In this section I will add:

  • Add post component which contains a Form to submit new Tutorial with 3 fields: title, description, and img.

Sign-Up

In this section I will make:

  • The signup validation.
  • Check if the email exists or not.
  • Make the protected Route.

Database setup with Mongoose

In this section I will:

  • Create a config file that specifies my connection to the database.

  • Create a database file that connections my express app to Mongo DB.

  • Creating the Model.

Read-Me

The Read-me should contain:

  • A summary of why I build this project?
  • How is the process of the project done?
  • User Stories.
  • App setup.
  • Technologies.

File Structure

This is the file structure of my app:

  • Server

    • database

      • /models
      • / queries
      • connection.js
    • /Controllers

    • /Routes

    • app.js

    • index.js

    • .gitignore

  • Client.

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.