Giter Club home page Giter Club logo

nest-next-app's Introduction

Task Management App (Nest JS + Next JS)

This app has been created with the latest technologies of Nest JS and Next JS. It is basic "Task Management App" with the following features:

  • User Authentication with JWT
  • Route Guards with Next JS Route Guard
  • Task CRUD is guarded and Task Create, Update and Delete are guarded for Users with 'Developer' and 'Tester' role.
  • Backend Services are guarded with Local Auth Strategy and JWT Strategy
  • Interceptors are used to check input and transform output data
  • Mongodb is used as the database solution
  • Task and User Entities are created with appropriate limitations and default values
  • Next JS Route structure (Folder structure of pages folder) is used because it is easier to set and maintain than React Route
  • Pages in Frontend
    • Home Page(Guarded), Tasks(Guarded), Create Task(Guarded), Backlog(Guarded), Settings, Profile(Guarded), Auth
  • Home Page shows stats of tasks in the app
  • Tasks Page shows active tasks (tasks not in backlog), gives functionality of moving tasks forward and backwards
  • Create Task Page enables users (with Manager or Admin role) to create new tasks
  • Backlog displays tasks in status of "Backlog", gives functionality of deleting task, editing task and moving the task to ready status
  • Settings Page enables theme selection
  • Profile Page shows loggedIn user info and enables editing profile and changing password
  • Auth Page enables users to register and login

Initial Setup

To run the app properly, please follow the steps:

  • Clone project to local environment
git clone https://github.com/zeynalalakus/nest-react-app.git
  • Open the project in an IDE and run frontend and backed npm install
cd frontend
npm install
cd ..
cd backend
npm install
  • Connect to the database. Copy your MongoDB connection URL.
  • Open backend/src/app.module.ts file and assing connection URL to mongoDbConnectionUrl variable
  • Run the backend and frontend app
cd frontend
npm run dev
cd ..
cd backend
npm run start:dev

nest-next-app's People

Contributors

zeynalalakus avatar

Watchers

 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.