Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task: Full Stack Task Manager App with Authentication (React Native + Node js)

Steps to run code

In .env file use user local connection string to connect to local database


npm install ---This will install all required dependencies


npm start ---To start project**

if everything works good then you will a log db connected in your terminal

Folder Structure

├── model
│   ├── task.js
│   └── user.js
├── service
│   ├── taskService.js
│   └── userService.js
├── tokenAuth.js
├── .env
├── constants.js
├── index.js
├── README.md
├── package-lock.json
├── package.json
└── vercel.json

Packages used

"bcryptjs": "^3.0.2"
"cors": "^2.8.5"
"dotenv": "^16.4.7"
"express": "^4.21.2"
"jsonwebtoken": "^9.0.2"
"mongoose": "^8.12.1"
"nodemon": "^3.1.9"

About

This is a task for Cave Digital backend written in node js

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages