Giter VIP home page Giter VIP logo

angular-todo's Introduction

๐Ÿ“ Angular-ToDo ๐Ÿ“

image

Table of Contents

Description

๐Ÿ“œ A Notetaking App Built in Angular using a PostgreSQL database on the Back-End for Encrypted Login Verification.

Installation

  • ๐Ÿ’พ Ensure that Node.js is installed and running the latest version
  • ๐Ÿ’พ Download this Repository's Code
  • ๐Ÿ’พ Extract the .zip folder and open the downloaded code in an editor of your choice (e.g. VSCode)
  • ๐Ÿ’พ Install all packages by running the following in your root directory's integrated terminal: npm i
  • ๐Ÿ’พ Open an integrated terminal for the BACKEND folder and run: node server.js
  • ๐Ÿ’พ Open an integrated terminal for the FRONTEND folder and run: ng serve
  • ๐Ÿ’พ Open your browser and navigate to localhost:4200

Technology

  • ๐Ÿ—œ๏ธ Express Js for REST APIs
  • ๐Ÿ—œ๏ธ bcryptjs for password encrytion
  • ๐Ÿ—œ๏ธ jsonwebtoken to token based authentication & authorization
  • ๐Ÿ—œ๏ธ Sequelize for database CRUD operations
  • ๐Ÿ—œ๏ธ PostgreSQL for data storage
  • ๐Ÿ—œ๏ธ Angular 13
  • ๐Ÿ—œ๏ธ RxJS 6
  • ๐Ÿ—œ๏ธ Bootstrap 4

Backend

๐Ÿ”Œ These are APIs that Node.js Express App will export:

Methods Urls Actions
POST /api/auth/signup signup new account
POST /api/auth/signup login an account
GET /api/user retrieve all users
GET /api/user/:id retrieve user by id
GET /api/items retrieve all to-do items
GET /api/items/:id retrieve to-do item by id
DELETE /api/items/:id remove a to-do item by id

Contributing

๐Ÿ‘ช Andy Waine

Questions

โœ‰๏ธ Email me with any questions: [email protected]

:octocat: Find me on GitHub: Andy-Waine

angular-todo's People

Contributors

andy-waine avatar

Watchers

Kostas Georgiou avatar  avatar  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.