backend of the Skimpex-App
Skimpex-App »
·
Request Feature
·
Report Bug
This is the backend of the Skimpex-App. It functions as authentication/authorization and database-server.
- Stop the express-middleware from throwing 'malformed-jwt' error for not logged in users. Or prevent this problem otherwise.
- Clone the repo
git clone https://github.com/faafaa123/Skimpex-Backend.git
- Install the dependencies
npm install
- TypeScript-Development-Tool
npm install -g ts-node-dev
Install MongoDB-Community-Edition and MongoDB-Compass. Obtain your MONGODB_CONNECTION_STRING from MongoDB-Compass and place it in the .env-file.
Or sign-up to MongoDB-Cloud and create a free cluster. In this case you use the MONGODB_CONNECTION_STRING from their cloud-deployment.
- Command
ts-node-dev bin/www.ts
Distributed under the GNU GPLv3 License. See LICENSE.txt for more information.