This package is abandoned and no longer maintained. No replacement package was suggested.

Base for meetup applications.

dev-main 2022-10-27 09:40 UTC

This package is auto-updated.

Last update: 2022-11-27 09:45:44 UTC


README

This was an application created by Witelon Collegium State University students during their internships.

Meetup core

Development

If you have problems with permissions please add sudo before make example:

For postgresSql

  • $ sudo make init-postgres

For sqlLite

  • $ sudo make init-sqllite

Run env for Mac/Linux

For postgresSql

  • $ make init-postgres

For sqlLite

  • $ make init-sqllite

Run env for Windows

Please install packages makefile for Windows

For postgresSql

  • $ make init-postgres

For sqlLite

  • $ make init-sqllite

Address where the environment is available

  • http://localhost

All commands

  • make help