diff --git a/.gitignore b/.gitignore index 60fca29..142aff7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ /storage/uploads/ !storage storage/* -!storage/uploads/ \ No newline at end of file +!storage/uploads/ +!uploads/* \ No newline at end of file diff --git a/server.js b/server.js index 175d664..192eec9 100644 --- a/server.js +++ b/server.js @@ -56,7 +56,7 @@ require("./app/routes/routes.js")(app); const PORT_NUMBER = process.env.SERVER_PORT app.listen({ port: PORT_NUMBER }, async () => { - console.log('Server up on http://localhost:8080') + console.log('Server up on http://localhost:'+PORT_NUMBER) //await sequelize.authenticate() }) diff --git a/storage/uploads/.gitkeep b/storage/uploads/.gitkeep new file mode 100644 index 0000000..e69de29