Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.08 KB

Winterloop

David GitHub GitHub package.json version GitHub Workflow Status

Local sponsored walk management

To install this project do the following:

  • Setup your MYSQL server and import winterloop/sql-server/winterloop.sql

  • Change the configuration file to your needs, winterloop/configuration.json

  • Install Nodejs

  • Open cmd in the main folder then run these commands:

    1. npm install --legacy-peer-deps

    2. npm install --dev --legacy-peer-deps

    After you installed the needed packages start the server by this command:

    1. npm run start

    Or manually start the frontend and backend:

    1. npm run-script frontend

    2. npm run-script backend

The server should now be running, you can access it by going to the following url: localhost:4321/