A Vue.js/Express.js Web Application For Tracking Tasks and Updating Statuses of projects.
The Project is a Single Page Application (SPA) that allows the user to create tasks and update the status of the tasks.
it is built using Vue.js, Vuex, Vue-Router, Express.js, and Node.js.
The Client and the Server are Separated, and the Client is Connected to the Server using Axios.
- Create Projects (WIP)
- View Projects (WIP)
- Create Tasks (WIP)
- Update Tasks Status (WIP)
- Delete Tasks (WIP)
- View Tasks (WIP)
- Search Tasks (WIP)
git clone https://github.com/Omaranwa/Tracking-App.git
cd client
npm install
cd server
npm install
Go To The Server directory and run the following command In the terminal
npm start
You Should See The Server Running On Port 8081
Go To The Client directory and run the following command In the terminal
npm run dev
You Should See The Client Running On the Terminal, and You Can View Your App In The Browser At http://localhost:Port/
.