- JWT Authentication
- User and WiFi management
- Location recognition by latitude, longitude via MapQuest
- NodeJS, NPM (https://www.npmjs.com/get-npm)
- PostgreSQL (https://www.postgresql.org)
- MapQuest (https://www.mapquest.com)
# Get the latest snapshot
git clone https://github.com/Bioneisme/wifi-signal-strength-backend.git
# Change directory
cd wifi-signal-strength-backend
# Install dependencies
npm install
Create an .env file locally. You can duplicate .env.example and name the new copy .env. Adapt the variables to your needs.
# After setting up .env start app
npm run start
Android: https://github.com/Bioneisme/wifi-signal-strength-android