Closed NishakarKT closed 2 years ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
expense-tracker | ✅ Ready (Inspect) | Visit Preview | Oct 8, 2022 at 8:43AM (UTC) |
The deployment link doesn't land up on the sign page Create a logic to check if the token is present
Presently, one may not be able to test it from vercel, since database connection needs mongo db creds which one has to generate and add it to a .env file in ./server/ dir. Testing it locally requires initiating both frontend (npm start) and backend (cd ./server/ => npm run start) simultaneously.
Content of .env file in ./server/ dir:
DB_URL=
Cool! No worries!!
Implemented user authentication after creating the sign in (/in) and sign up (/up) pages.