Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kalwar/symfonypmapp

A simple project management app using Symfony and React
https://github.com/kalwar/symfonypmapp

php8 project-management react simple-app symfony symfony6

Last synced: about 8 hours ago
JSON representation

A simple project management app using Symfony and React

Awesome Lists containing this project

README

        

# SymfonyPMApp

SymfonyPMApp is a full-stack app used for handling project management features using Symfony in back-end and React in front-end.

---

# Steps to follow

1. Simply run the app using Symfony command
2. First do, `composer install` to install dependencies
3. Install front-end dependencies using `npm install`,
4. Afterward you can run webpack encore using following command
`npm run watch`
5. Symfony command: `symfony server:start -d` to start in daemon mode
6. Visit URL: https://127.0.0.1:8000/ to run the app
7. To stop the app execute: `symfony server:stop`
8. Note: You will need to have local database setup to run this app

# Production deployment

SymfonyPMApp is currently deployed at heroku, https://ancient-lake-39202.herokuapp.com/

# Tech stack

1. [Symfony](https://symfony.com/)
2. [PHP](https://www.php.net/)
3. [React](https://reactjs.org/)
4. [MySQL](https://mysql.com)
5. [phpMyAdmin](https://www.phpmyadmin.net/)

# Use for reference

Use solely for reference material only