LJOSC / checkmark-backend

CheckMark Backend: The Backbone of Task Tracking
Other
5 stars 11 forks source link

Checkmark Backend

This beginner-friendly project is primarly the backend part of the Checkmark (To-Do list) project. It gives users the feature to add and manage various daily tasks. Moreover, it is highly suitable for beginners to jumpstart their opensource journey.

Fork the Repository on GitHub

Go to the repository page of Checkmark on GitHub: https://github.com/LJOSC/checkmark-backend. Click on the "Fork" button at the top-right corner of the page. Then clone the repository to your local system.

Setup

Follow these steps to set up and run the Checkmark project locally:

Prerequisites

Before you begin, ensure you have the following installed on your machine:

Quick Setup

Run the following commands in your terminal to set up and run the Checkmark project:


# Clone the repository 
git clone https://github.com/your-username/checkmark-backend.git
cd checkmark

# Install dependencies that will be mentioned after this quick setup section
npm install

# Rename env.example to .env and edit with your variables

# Start the development server
npm run dev

Technologies Used

Contributing

We welcome contributions! Please see CONTRIBUTING.md for details on how to contribute.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. Please see CODE_OF_CONDUCT.md for details on Code of Coonduct.

License

This project is licensed under the terms of the MIT license. See LICENSE for more details.