Code Monkey home page Code Monkey logo

trapp-frontend's Introduction

TrApp

TrApp tracks your applications to developer jobs, allowing you to focus on the job search.

Add Job Demo

Dashboard Screenshot

Tech Stack

Server repo

API

/api
.
├── /auth
│   └── POST
│       └── /auth
├── /jobs
│   └── GET
│       ├── /
│       └── /:jobId
│   └── POST
│       └── /newjob
│   └── PATCH
|       └── /:_id
│   └── DELETE
|       └── /:_id
├── /todos
│   └── GET
│       ├── /:job_id
│       └── /get_todo/:_id
│   └── POST
│       └── /add_todo
│   └── PATCH
|       └── /update_todo
│   └── DELETE
|       └── /delete_todo/:_id
├── /users
│   └── POST
│       └── /signup

POST /auth - authenticates login with JSONWebToken

GET /jobs - returns an array of jobs added by the user by their id

GET /jobs/:jobId - returns a specific job by it's id

POST /jobs/newjob - adds a new job for that user to the database

PATCH /jobs/:_id - edits a job at the id with changes

DELETE /jobs/:_id - deletes a job in the database by the id

GET /todos/:job_id - gets all todos associated with the specific job

GET /todos/get_todo/:_id - gets a specific todo by it's id

POST /todos/add_todo - adds a todo and is directly related to a job_id

PATCH /todos/update_todo - updates a todo, mostly to update status as complete

DELETE /todos/delete_todo/:_id - deletes a todo by it's id

POST /users/signup - registers a new user

Team

trapp-frontend's People

Contributors

jonespi avatar anyasnow 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.