- My Arcade is a tenant management system for a shopping mall or arcade
- Node
- Express
- GraphQL
- Postgres
- sequelize
- npm
npm install npm@latest -g
-
Clone the repository
git clone https://github.com/my-arcade/MyArcade-backend
-
Change into the project folder
cd MyArcade-backend -
Install NPM packages
npm install
-
Run the project
npm run
For guidance on how to use this API, please refer to the Documentation
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request