This project is a simple task assignment application that allows users to track tasks with full crud functionality.
- Create, read, delete, update tasks
- Sign in / register for display your tasks
- Fully editable rows to using another purposes
- node.js
- express.js
- nodemon
- dotenv
- mongoose
- bcrypt
- ejs
- exspress-async-handler
- jsonwebtoken
% git clone https://github.com/ardaarslan47/TaskAssignmentProject.git
% cd <project directory>
% npm install
% touch .env
- setup values for MONGO_URL, ACCESS_TOKEN_SECRET, PORT in .env
% npm start