Moved public files to separate folder and added .env

This commit is contained in:
2021-03-23 03:02:00 +03:00
parent aadfd0708b
commit c5819a4f74
6 changed files with 218 additions and 15 deletions

View File

@@ -18,8 +18,11 @@
"homepage": "https://github.com/anatolykopyl/registration#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongodb": "^3.6.5"
"express-session": "^1.17.1",
"mongodb": "^3.6.5",
"uuid4": "^2.0.2"
},
"devDependencies": {
"nodemon": "^2.0.7"