Skip to content

mugishap/qtask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QTASK Assignment repo

Status GitHub Issues GitHub Pull Requests License


This is a task management app created in ReactJS and NestJS.

📝 Table of Contents

🧐 About

The purpose of this project is to create a task management app that allows users to create, edit, and delete tasks. The app is built using ReactJS and NestJS. The frontend is built using ReactJS and the backend is built using NestJS. The frontend and backend are connected using REST API. The frontend is deployed using Vercel and the backend is deployed using Render.

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them. -Node v18.0.0 -NPM

Installing

A step by step series of examples that tell you how to get a development env running.

Clone the repo

git clone https://github.com/mugishap/qtask.git

And then install the dependencies

cd frontend-service & yarn install
cd backend-service & yarn install

Then run the project on your local machine

    cd frontend-service & yarn start
    cd backend-service & yarn start

🎈 Usage

To use the system you will acess the live deployment online using this link or you can run the project on your local machine by following the steps above.

🚀 Deployment

For Deploymnent and CI/CD you can use Docker to deploy the app on a live system.

⛏️ Built Using

✍️ Authors

🎉 Acknowledgements

  • Inspiration
  • References