Skip to content

feat(migration): ✨ add a separate expressjs backend and remove API calls from NextJS API App Router #24

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

Draft
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

inclinedadarsh
Copy link
Owner

@inclinedadarsh inclinedadarsh commented Oct 25, 2023

Fixes #19
Fixes #20
Fixes #21
Fixes #22

  • Adds a new ExpressJS + TypeScript Backend
  • Removes all the API calls from NextJS 13 API App router
  • Moves Client and server into separate folders

…d UserModel and UserRoute and userController. Also add .env.example

and add bcrypt as a dependency
@vercel
Copy link

vercel bot commented Oct 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
timeloom ⬜️ Ignored (Inspect) Nov 21, 2023 4:22pm

added route in app.ts. also added the logoutRoute.ts and logoutController.ts files. fixed some bug in loginController.ts file to actually save the cookie.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

[MIGRATION] Migrate from NextJS API App Router to ExpressJS Application
1 participant