Git Product home page Git Product logo

week-22-rz0u's Introduction

Milestone 5 (Week 22)

This App is designed to manage and track Todos, providing a digital solution for various industries that struggle with task management. Below, you will find short details about the available function.

Features

User Registration

  • Endpoint: /api/users/register
  • Method: POST
  • Description: Register a new user.

User Login

  • Endpoint: /api/users/login
  • Method: POST
  • Description: Authenticate and log in as a registered user.

Get All Todos

  • Endpoint: /api/todos
  • Method: GET
  • Description: Retrieve all Todos.

Create new Todo

  • Endpoint: /api/todos
  • Method: POST
  • Description: Create new Todo. (Only Manager have access)

Update Todo

  • Endpoint: /api/todos/:id
  • Method: PUT
  • Description: Update Todo progression.

Delete Todo

  • Endpoint: /api/todos/:id
  • Method: Delete
  • Description: Delete Todo. (Only the Assignor that can delete its own Todos)

Deployment (With Firebase)

  1. Create a Firebase project on the Firebase Console (https://console.firebase.google.com/).

  2. Install the Firebase CLI tools if you haven't already: npm install -g firebase-tools.

  3. Authenticate with Firebase using firebase login.

  4. Initialize Firebase in your project directory using firebase init. Select the options for Hosting, and choose your Firebase project.

  5. Build your React app for production using npm run build.

  6. Deploy your app to Firebase Hosting using firebase deploy.

  7. Your Todo List app is now deployed and accessible via a Firebase Hosting URL.

week-22-rz0u's People

Contributors

github-classroom[bot] avatar rz0u avatar

Watchers

 avatar  avatar  avatar

Forkers

rz0u

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.