All Projects → ErfiDev → task-manager

ErfiDev / task-manager

Licence: other
Task Manager App

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to task-manager

Tvrboreact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-31.58%)
Mutual labels:  mongoose, expressjs, jwt-authentication
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (+668.42%)
Mutual labels:  mongoose, expressjs, jwt-authentication
Node React Ecommerce
Build ECommerce Website Like Amazon By React & Node & MongoDB
Stars: ✭ 1,080 (+5584.21%)
Mutual labels:  mongoose, expressjs, jsonwebtoken
node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
Stars: ✭ 51 (+168.42%)
Mutual labels:  mongoose, expressjs, jwt-authentication
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (-10.53%)
Mutual labels:  mongoose, expressjs, jwt-authentication
Quora
Building An Exclusive Community of PEC Graduates and Students.The main features of the website are “PEC Quora” and “PEC Connect”
Stars: ✭ 26 (+36.84%)
Mutual labels:  mongoose, expressjs, jwt-authentication
Nodejs Rest Api Project Structure Express
Nodejs project structure practices for building RESTful APIs using Express framework and MongoDB.
Stars: ✭ 134 (+605.26%)
Mutual labels:  mongoose, expressjs, jwt-authentication
trivin
⚡️Setup your entire project quickly and easily with 1-line command ⚡️
Stars: ✭ 58 (+205.26%)
Mutual labels:  mongoose, expressjs, redux-thunk
express-mongo-jwt-boilerplate
Express Mongo JsonWebToken boilerplate
Stars: ✭ 100 (+426.32%)
Mutual labels:  mongoose, expressjs, jwt-authentication
TvrboReact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-31.58%)
Mutual labels:  mongoose, expressjs, jwt-authentication
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+6536.84%)
Mutual labels:  mongoose, expressjs, jsonwebtoken
express-mongoose-es8-rest-api
A Boilerplate for developing Rest api's in Node.js using express with support for ES6,ES7,ES8 ,Mongoose,JWT for authentication,Standardjs for linting
Stars: ✭ 20 (+5.26%)
Mutual labels:  mongoose, joi, jsonwebtoken
Amazona
Build Ecommerce Like Amazon By MERN Stack
Stars: ✭ 152 (+700%)
Mutual labels:  mongoose, expressjs, redux-thunk
socialApp-MERN
Social Networking web app similar to Instagram.
Stars: ✭ 35 (+84.21%)
Mutual labels:  expressjs, jsonwebtoken, jwt-authentication
mern-stack-application
A MERN stack e-commerce website.
Stars: ✭ 45 (+136.84%)
Mutual labels:  mongoose, expressjs, redux-thunk
NodeExpressCRUD
Node, Express, Mongoose and MongoDB CRUD Web Application
Stars: ✭ 45 (+136.84%)
Mutual labels:  mongoose, expressjs
pathokun
Pathokun, a path generator, updates your content just with your frontend by HTTP GET Request!
Stars: ✭ 15 (-21.05%)
Mutual labels:  expressjs, jsonwebtoken
ThinkApp
Test your knowledge with any of the available topic this fun and free Champion Quiz Master App. Save your time and effort by saving your queries & its resolutions
Stars: ✭ 15 (-21.05%)
Mutual labels:  mongoose, expressjs
generator-espress
an opinionated yeoman generator that scaffolds a mvc express webapp completely in es6
Stars: ✭ 20 (+5.26%)
Mutual labels:  mongoose, expressjs
Backend-NodeJS-Golang-Interview QA
A collection of Node JS and Golang Backend interview questions please feel free to fork and contribute to this repository
Stars: ✭ 122 (+542.11%)
Mutual labels:  mongoose, expressjs

about this project

this project is a simple practice to grow up skills and problem-solving

step 1

    git clone https://github.com/ErfiDev/task-manager.git
    cd task-manager
    cd server
    npm i

step 2

    cd client
    npm i

step 3

create a MongoDB database in locally or..... and open server directory and create .env file and put the database URL to DB variable then create a ACCESS_TOKEN variable then put the secur word for using on the jwt

step 4

starting the server with npm run watch command

step 5

cd client directory and start react app with command npm start

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].