All Projects → StereoPT → gBoards

StereoPT / gBoards

Licence: other
Trello like Angular Application

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to gBoards

Unity-Trello
☑️️ Generate Trello cards directly from Unity
Stars: ✭ 34 (+61.9%)
Mutual labels:  trello
Express-Boilerplate-MVC
Express boilerplate using ES6 and MVC pattern
Stars: ✭ 14 (-33.33%)
Mutual labels:  expressjs
shrtn-it
A url shortener developed as a course completion project
Stars: ✭ 16 (-23.81%)
Mutual labels:  expressjs
http-server-pwa
👾 http-server alike but for serving and rendering PWA: pwa-server
Stars: ✭ 14 (-33.33%)
Mutual labels:  expressjs
nodejs-scaffolding
A node.js sample application that demonstrates an architecture for building a complete production API with Node.JS, Express.JS and MongoDB
Stars: ✭ 33 (+57.14%)
Mutual labels:  expressjs
in-memory-db
Simple In-Memory DB Service for NestJS projects
Stars: ✭ 55 (+161.9%)
Mutual labels:  expressjs
trello-postman-collection
A Postman collection for Trello REST API
Stars: ✭ 20 (-4.76%)
Mutual labels:  trello
RasDash
A Raspberry Pi dashboard built on NodeJS.
Stars: ✭ 21 (+0%)
Mutual labels:  expressjs
Trello-
🏷️看板、todolist、trello、vue
Stars: ✭ 22 (+4.76%)
Mutual labels:  trello
TvrboReact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-38.1%)
Mutual labels:  expressjs
express-firebase
🔥 Express starter for your Firebase applications
Stars: ✭ 60 (+185.71%)
Mutual labels:  expressjs
expressive
A NodeJS API framework built on ExpressJs bootstrapped with conventions to minimize code. (Includes Typescript Support ⭐️)
Stars: ✭ 28 (+33.33%)
Mutual labels:  expressjs
express-file-upload
Node.js Express Upload/Download File Rest APIs example with Multer
Stars: ✭ 64 (+204.76%)
Mutual labels:  expressjs
layout-trello
Chrome extension that allows Trello lists to be displayed vertically or in a grid.
Stars: ✭ 65 (+209.52%)
Mutual labels:  trello
react-production-deployment
Deploy your React app to production on Netlify, Vercel and Heroku
Stars: ✭ 51 (+142.86%)
Mutual labels:  expressjs
dlang-bot
dlang-bot for automated bugzilla, github, and trello references
Stars: ✭ 20 (-4.76%)
Mutual labels:  trello
dword
Web editor based on CodeMirror
Stars: ✭ 37 (+76.19%)
Mutual labels:  expressjs
Trybe-School
All activities while studying at Trybe fullstack software development school. Contains: projects, exercises, course summaries. Brazil, 2020-2021.
Stars: ✭ 73 (+247.62%)
Mutual labels:  expressjs
react-app-simple-chat-app
A Simple Chat Application using MERN stack (MongoDB, Express JS, React JS, Node JS) and Socket.io for real time chatting
Stars: ✭ 41 (+95.24%)
Mutual labels:  expressjs
chronos-pipeline
A data pipeline for processing event data
Stars: ✭ 20 (-4.76%)
Mutual labels:  expressjs

GBoards

version passing_build license

gBoards

Features

  • Trello Like Applcation!
  • Angular FrontEnd Application | Material Design
  • Node.js BackEnd | Express.js
  • MongoDB Integration
  • Boards
    • Add | Update | Delete
  • Lists
    • Add | Update | Delete
  • Cards
    • Add | Update | Delete

ToDo:

BackEnd:

  • Card Routing
  • Duplication Checks
  • Implement Logging
  • Add Status Codes for Routes

FrontEnd:

  • NavBar Menu
  • Modal for Board Creation
  • Better List Creation
  • List Actions
  • Better List Update
  • Card Actions
  • UI Changes

Development Server

In order for you to use this Project, you need to have a MongoDB Account, and a Database Created.

After that, create a config.json inside the backend folder with the following data:

{"mongo_url": "url to your database", "database": "database name"}

With that done, you are good to run the project.

FrontEnd

Angular Application | Inside frontend folder

Run with ng serve --open.

Will open the Application in your Browser. If it doesn't navigate to http://localhost:4200/.

BackEnd

Node.js Application | Inside backend folder

First run npm install Run with nodemon app.js.

Backend Routes

Release History

  • 1.0
    • First Release | Simple functionalities Implemented.

Meta

Guido Pereira – [email protected]

Distributed under the MIT license.

https://github.com/stereopt/

Contributing

  1. Fork it (https://github.com/stereopt/gBoards/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].