Tagged: nodejs
LEO Mobile App
LEO uygulamamız ile hukuk firmanıza ait süreçlerinizi takip edebilirsiniz. İnternet olan her yerde bilgisayar veya akıllı telefonunuz ile dosyalarınızı görüntüleyip güncelleme yapabilirsiniz. Mobil uygulamalarımızda kolayca fotoğraf çekip gerekli dokümanlarınızı ilgili dosyalar ile rahatça eşleştirip,...
Inspector Mobile App
You can find the best products inspected by the best of the product experts. Technology Stack React Native Node.js MongoDB Heroku Github AWS – S3 External Link(s) iOS App: https://apps.apple.com/us/app/best-inspector/id1506693536
XRider Mobile App
The users can find the trails of Rovher Flat OHV Area. If you lost your way to turning back to the staging area, you can basically follow the trails on the map. Also, you...
MongoDB Project & NodeJS Configuration
I am going to create a mongodb test environment and configure my node.js project to use that database. 1. Create a new project I will name the project as “Inspector”. You can store multiple...
Node.JS Heroku Deployment from GitHub
I am going to deploy one of my projects’ API to the test environment on Heroku. Create new app 2. App name & region 3. Select the deployment method as GitHub 4. Enable automatic...
Node.js New Project Boilerplate
https://github.com/enesccinar/nodejs-boiler Git Ignore Add .gitignore file to the project root folder. Project Structure SRC app.js models user.js routers user.js db mongoose.js middleware auth.js utils Main JS I add app.js to the main directory. I...
400 Bad Request – Network Error Node.js & React Native
If you are getting an error like below, you probably did not give the CORS permission on your backend project. You can basically enable the cross-origin resource sharing, then it will be fixed. Console:...