Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Todo feature for the users #15

Open
mustafacagri opened this issue Oct 25, 2023 · 2 comments
Open

Todo feature for the users #15

mustafacagri opened this issue Oct 25, 2023 · 2 comments
Assignees
Labels
admin vue 3 client nuxt 3 enhancement New feature or request server express.js

Comments

@mustafacagri
Copy link
Owner

The users will able to create their own todo and admins will also be able to manipulate them.

Environments

  • Client
  • Admin
  • Server
@mustafacagri mustafacagri added the enhancement New feature or request label Oct 25, 2023
@mustafacagri mustafacagri self-assigned this Oct 25, 2023
@mustafacagri
Copy link
Owner Author

mustafacagri commented Oct 29, 2023

the PR for client & server #16

@mustafacagri mustafacagri reopened this Oct 29, 2023
@mustafacagri mustafacagri added admin vue 3 client nuxt 3 server express.js labels Oct 29, 2023
@shahardra
Copy link

import appoitmentRouter from "…/appoitment';
import user from "…/users';
import sessionUser from "./session.users';
import f Router } from "express';
const routes = Router ();
routes.use('/appoitments', appoitment Router);
routes.usel' /user', user);
routes.usel'/session', sessionUser);
export default routes;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin vue 3 client nuxt 3 enhancement New feature or request server express.js
Projects
None yet
Development

No branches or pull requests

2 participants