Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhijitsarker/task-manager
https://github.com/abhijitsarker/task-manager
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhijitsarker/task-manager
- Owner: AbhijitSarker
- Created: 2023-11-27T13:21:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-13T07:01:03.000Z (11 months ago)
- Last Synced: 2024-10-04T00:40:39.768Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://task-manager-ten-tau.vercel.app
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Task Manager
This is a simple Task Managing Crud App Built with NodeJS, ExpressJS, MongoDB(Mongoose).
## Installation Process
1. **Clone the repository:**
```bash
git clone https://github.com/AbhijitSarker/task-manager.git
```2. **Install dependencies:**
```bash
cd task-manager
npm install
```3. **Create a .env file:**
Create a `.env` file in the root of your project and add the following information:
```
MONGOOSE_URI=your_mongodb_connection_uri
DB_NAME=your_DB_name
```Replace `your_mongodb_connection_uri` with your MongoDB connection URI.
Replace your db name with your desired database name.4. **Start the server:**
```bash
npm start
```Access the application in a web browser at `http://localhost:3000`.
## API Documentation
Follow the link to read the API Documentation
https://documenter.getpostman.com/view/25451925/2s9YeEdsXN#77d3c30c-6815-432c-82f0-a10a7719712a