Code Monkey home page Code Monkey logo

full-stack-mvc-javascript-mongodb-express-react's Introduction

🀘🎹 super-awesome-final-project 🎸🀘

Netlify link: https://phenomenal-cat-0906aa.netlify.app/

Heroku link: https://plan-app-1.herokuapp.com/api/plans

Github source code link: https://github.com/bosenli/full-stack-MVC-javascript-mongoDB-express-react

The super-awesome-final-project app, aka Plan App, is a daily planner for anyone who want to keep up with their daily plans. That's it. It is a very simple app, but it does full CRUD operation and I do plan on adding more features.

Technologies used πŸ’»

  • Node.js
  • MongoDB/Mongoose
  • Express
  • React

Dependencies

Backend

  • dotenv
  • nodemon
  • cors
  • morgan

Frontend

  • react-router-dom
  • react-bootstrap
  • axios

Features (MVP)

  • React router
  • Boostrap (a little)
  • Full CRUD operation

Upcoming Features(Post MVP)

  • Authorization
  • Plan Date Sorting
  • Authorization (signup/login)

Endpoints for CRUD

  1. GET all plans: https://phenomenal-cat-0906aa.netlify.app/plans
  2. GET plan by ID: https://phenomenal-cat-0906aa.netlify.app/plans/:id
  3. POST Create a plan: https://phenomenal-cat-0906aa.netlify.app/plans
  4. PUT Update plan by ID: https://phenomenal-cat-0906aa.netlify.app/plans/:id
  5. DELETE artist by ID: https://phenomenal-cat-0906aa.netlify.app/plans/:id

Schema

const Plan = new Schema (
    {
        date : {type : String, required: true},
        time: {type: String, required: false },
        plan: {type : String, required: true},
        status: {type: String, required: true},
    },
    {timestamps: true}
)

full-stack-mvc-javascript-mongodb-express-react's People

Contributors

bosenli avatar

Stargazers

 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.