Welcome to my application, This application is a task manager. It provides various features and an API.
To install and run this application locally, follow these steps:
- Clone the repository to your local machine.
- Install the required dependencies using
npm i / npm install
. - Configure the environment variables if necessary.
- Run the application using
npm start:dev
.
- Feature 1: you can register/login on the application.
- Feature 2: You can post, put, delete tasks in the application via an api.
This project is maintained by Witze Van der Straeten.