https://github.com/simran1002/taskops-suite-app
It provides a robust backend with a RESTful API for seamless CRUD operations on ToDo items. Real-time updates , secured by OAuth2/OpenID, with comprehensive error handling and logging for enhanced security and reliability.
https://github.com/simran1002/taskops-suite-app
mongoose nodemailer oauth real-time socket-io winston-logger
Last synced: about 1 month ago
JSON representation
It provides a robust backend with a RESTful API for seamless CRUD operations on ToDo items. Real-time updates , secured by OAuth2/OpenID, with comprehensive error handling and logging for enhanced security and reliability.
- Host: GitHub
- URL: https://github.com/simran1002/taskops-suite-app
- Owner: simran1002
- Created: 2024-01-20T16:48:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T18:07:09.000Z (over 2 years ago)
- Last Synced: 2025-01-21T13:51:50.235Z (over 1 year ago)
- Topics: mongoose, nodemailer, oauth, real-time, socket-io, winston-logger
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TaskOps-Suite-App
## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/en/)
### How to run
1. Clone the repository
```bash
git clone https://github.com/simran1002/TaskOps-Suite-App.git
```
2. Open the project directory
```bash
cd TaskOps-Suite-App
```
3. Install dependencies
```
npm install
```
4. Add a .env file to the root directory with the following variables
```
DB_URI=
PORT=5000
```
5. Run the server
```
npm start
```
or to run in development mode
```
npm run dev
```