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

Latest commit

 

History

History
30 lines (23 loc) · 738 Bytes

readme.md

File metadata and controls

30 lines (23 loc) · 738 Bytes

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