Code Monkey home page Code Monkey logo

taskify's Introduction

Welcome to Taskify ๐Ÿ‘‹๐Ÿ’ป

Live Website for Taskify : Click Here!


Repository

Taskify

It is a task management system for everyone. It is designed to help you manage your tasks and projects from ideation to delivery. This task manager helps to bring in only the necessary parts โ€“ without all the annoying clutter.

Join Here

Join us to come up with a real-time platform to tackle the solution of needs of the individuals who are in situations of struggling with task management. We are building this app to ensure that no one suffers due to lack of awareness and get the required help when time matters a lot. Lets make this workflow more efficient and valuable to the community for their livelihood with taskify.

Tech Stacks


Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    
  • Other Operating Systems

    You can find more information about the installation on the official Node.js website and the official NPM website.

If the installation was successful, you should be able to run the following command.

$ node --version
v8.11.3

$ npm --version
6.1.0

If you need to update npm, you can make it using npm! Cool right? After running the following command, just open again the command line and be happy.

$ npm install npm -g

If you want to work on this unique project and share it with the world, you can do that here. Go through the contributing guidelines here.

Subsequently, also go through the GitHub documentation on creating a pull request.

Templates to Follow

Note : One should follow these templates while creating a new issue or pull request.

Folder Structure

Folder structure of this project for your reference

โ”œโ”€โ”€ src
โ”‚   โ”œโ”€โ”€ cloudinary
โ”‚   โ”œโ”€โ”€ db
โ”‚   โ”œโ”€โ”€ middleware
โ”‚   โ”œโ”€โ”€ models
โ”‚   โ”œโ”€โ”€ routes
โ”‚   โ”œโ”€โ”€ app.js
โ”‚   
โ”œโ”€โ”€ static
โ”‚   โ”œโ”€โ”€ assets
โ”‚   โ”œโ”€โ”€ js
โ”‚   โ”œโ”€โ”€ styles
โ”‚   โ”‚   โ”œโ”€โ”€ partials
|   ...
โ”‚   
โ”œโ”€โ”€ views
โ”‚   โ”‚   โ”œโ”€โ”€ partials
|   ...
|
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ package-lock.json 
โ””โ”€โ”€ .gitignore
โ””โ”€โ”€ .env

Workflow:

  • Fork the repository

  • Clone your forked repository using terminal or gitbash.

  • Make changes to the cloned repository

  • Add, Commit and Push

  • Then in GitHub, in your cloned repository, find the option to make a pull request.

NOTE : For more details Click Here!

Installation

$ npm install

Running the project

$ npm start

Configure environmental variables

Create a .env file then edit it with your settings. You will need:

  • ENV=development
  • PORT=[your_port]
  • MONGO_URI=[your_mongo_uri]
  • JWT_SECRET=[your_jwt_secret]
  • EXPIRY=[your_jwt_expiry_time]
  • SECRET=[your_secret_for_mongostore]
  • CLOUDINARY_CLOUD_NAME=[your_cloudinary_cloud_name]
  • CLOUDINARY_KEY=[your_cloudinary_key]
  • CLOUDINARY_SECRET=[your_cloudinary_secret]
  • X_RAPIDAPI_HOST=[your_rapidapi_sendgrid_host]
  • X_RAPIDAPI_KEY=[your_rapiapi_sendgrid_key]
  • SENDGRID_EMAIL=[no-reply@your_domain.com]

console.log ( " Start contributing for Taskify " );

Open Source Programs


KGEC Summer Of Code

Valuable Contributors

Special thanks goes to all of the mentees who made a choice to make an impact. Contributions of any kind are welcome!๐Ÿš€

Code Of Conduct

You can find our Code of Conduct here.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project Admin

Sudip Maiti

Give this Project a Star

If you liked working on this project, do โญ and share this repository.

๐ŸŽ‰ ๐ŸŽŠ ๐Ÿ˜ƒ Happy Contributing ๐Ÿ˜ƒ ๐ŸŽŠ ๐ŸŽ‰

taskify's People

Contributors

sudip-101 avatar soujo avatar anilphiyak617 avatar rajarshi12321 avatar prince-prasad avatar rupam-matabber 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.