Code Monkey home page Code Monkey logo

auth-task-manager-server's Introduction

Galvanize Task Tracker

This repository is designed to demonstrate how to implement authentication and authorization on the backend of a Node and Express application. You will build the client for this application to build a fully featured Full Stack project with authentication and authorization.

Installation

  1. Fork and/or Clone this repository

  2. npm install

  3. mv .env.sample .env

  4. createdb galvanize_task_tracker_dev && createdb galvanize_task_tracker_test

  5. npm test

All the tests should pass for the project.

Project Description

You will be adding the frontend to this project so that it is a fully working application. You must:

  • Have a Login page that allows an existing user to login
  • Provide error handling for login if any of the information is missing
  • Have a Register page that allows a new user to register
  • Provide error handling for register if any of the information is missing
  • When a user successfully registers, they will then be automatically logged in
  • When a user successfully registers, they are prompted to create their first list
  • When a user returns to the page and still has a valid token, they are logged in
  • When a user logs in, they are presented with a page that shows all their lists
  • When a user logs in, they are presented with the tasks from one of their lists
  • Users can navigate between lists
  • Users can create new lists
  • Provide error handling for creating new lists if the title is missing
  • Users can create new tasks
  • Provide error handling for creating new tasks if the title is missing
  • Users can complete tasks
  • Users can delete tasks
  • Users are not able to access information for another user's lists

For an example of some of the features, you can watch this video.

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.