4 Commits (main)

Author SHA1 Message Date
Manish 9ad129b937 Impl: whoami API 1 year ago
Lasse Jørgensen 2001c9f869
fix(config/deps): update and a little cleanup (#28)
* fix(config/deps): update and a little cleanup

* chore(format): prettier, add .prettierignore

* fix(config): add .gitattributes
2 years ago
Zaid Ali 38d1c3b9f6
fix: add dotenv package for environment (#18)
* Added "dotenv" dependency to package.json

Since the project is using .env file for fetching the port, it had no "dotenv" dependency. This creates confusion when "process.env.PORT" doesn't work. I hope this is convenient for beginners 👍

* Update server.js

Added a line to import `dotenv` dependency to server.js.

* Update package-lock.json

I have added the dotenv dependency to package-lock.json file as requested. I hope it's good now
3 years ago
Obaida Albaroudi c29240c3f1 Added .replit
Lockfile
Readme
edited readme to have run on repl.it
4 years ago