Management system for amusement parks, with support for conventional users to buy and schedule their trip to the park, as well as a robust system for the administrator to manage the stores, attractions, employees and others
Technologies | How To Use | License
This project was developed with the following technologies:
To clone and run this application, you'll need Git and Node installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Happy-Park/happy-park.git
# Go into the repository
$ cd happy-park
# Install dependencies
$ npm install
# You can use the script located in ./assets/ScriptCreateDB.sql to create a PostgreSQL database
# In the project, change the variables in ./src/postgres.js to your database.
# Start the application
$ npm start
# To build the Windows version
$ npm run build-win
# To build the Linux version
$ npm run build-linux
This project is under the MIT license. See the LICENSE for more information.