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

semvis123/winterloop

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published