Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navaneeth-21/task_manager-server
https://github.com/navaneeth-21/task_manager-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/navaneeth-21/task_manager-server
- Owner: Navaneeth-21
- Created: 2023-12-11T16:18:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T09:56:09.000Z (about 1 year ago)
- Last Synced: 2024-08-06T17:21:07.256Z (5 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodejs and expressjs Application
### Using Mongodb atlas
- This is only a backend project for the Task_manager which is similar to **To_do_list**.- But here we used mongodb Database and mongodb Atlas as a cloud platform for deployment.
- Used Mongoose which provides a straight-forward, schema-based solution to model your application data. It includes built-in type casting, validation, query building, business logic hooks and more, out of the box.
## Installation
- npm install expressjs mongoose
- This will install all the package's of mongoose and expressjs- npm install nodemon
- nodemon is used to start your sever automatically when changes are made## usage
- Develop an frontend application for Task_Manager and connect these folders
- As some changes can be made based on your requirements