This codebase consist of APIs for a To-Do List application. It consists of several endpoints for tasks and projects management.
Click here here to view the API documentation for the task and projects management APIs.
- Make sure Node, Express, NPM & MongoDB are installed and their PATHs defined. You can download NodeJS from here and MongoDB from here.
Clone the project
git clone https://github.com/toubhie/OnlineFilings.git
Go to the project directory
cd OnlineFilings
Install dependencies
npm install
Start the server
npm run dev
Contributions are always welcome! Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
To fork this Project
- Create your Feature Branch (git checkout -b feature/NewFeature)
- Commit your Changes (git commit -m 'Added some new feature')
- Push to the Branch (git push origin feature/NewFeature)
- Open a Pull Request