Skip to content

viraj-gavade/Dairy-App

Repository files navigation

Dairy-App

Description

Dairy-App is a digital platform for users to manage and organize personal or professional notes. It provides a simple yet effective interface for users to create, update, and manage their daily records.

Live Demo

🌐 View Live Application

Features

  • User authentication (Registration and Login)
  • Create, edit, and delete notes
  • Categorization of entries for better organization
  • Search functionality to quickly access records

Technologies Used

  • Node.js
  • Express.js
  • MongoDB
  • Mongoose
  • JSON Web Tokens (JWT)
  • EJS for templating

Installation

  1. Clone the repository:

    git clone https://github.com/viraj-gavade/Dairy-App.git
  2. Navigate to the project directory:

    cd Dairy-App
  3. Install dependencies:

    npm install
  4. Set up environment variables in a .env file:

    DATABASE_URI=your_mongodb_uri
    JWT_SECRET=your_jwt_secret
    
  5. Start the application:

    npm start

Usage

  • Run the application and access it locally via http://localhost:<PORT>
  • Explore features such as note creation, editing, and management

API Documentation

Refer to the API documentation hosted at: API Documentation

Contributing

Contributions are welcome! Follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/YourFeature)
  3. Make your changes and commit them (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/YourFeature)
  5. Create a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Viraj Gavade

Acknowledgments

Thanks to the open-source community for their resources and libraries that helped build this project.

About

The Dairy App repository lacks a detailed description. However, the project structure suggests it includes backend components such as controllers, models, routes, middlewares, and utility functions, along with EJS for templating. Technologies used include JavaScript and Docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors