App based on nodeJS and express for personal use to make Shopping List to make a recipe and keep a healthy life.
git clone https://github.com/SWarrior97/Receitas.git
npm install
npm run dev
npm run prod
Inside Config folder create a file name config.env. The file should contains the port number to run the application and the mongo URL to the database. The file should look like this
PORT = 3000
MONGO_URI = MONGODB_URL_DATABASE