Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ggsilva28/orders

Simple orders project made to test Symfony Framework with Angular.
https://github.com/ggsilva28/orders

angular material-ui php symfony typescript

Last synced: 29 days ago
JSON representation

Simple orders project made to test Symfony Framework with Angular.

Awesome Lists containing this project

README

        

# Orders Project

Simple orders project made to test Symfony Framework with Angular.

# Technologies

- Angular
- Symfony
- PHP
- Typescript

# Running the project

First create a database in MySQL using mariaDB called 'prod' then run the script create.sql to create the orders table. After that run the data.sql to add the orders to your DB.

The .env and .env.local files are already included in the project for an easer setting, although not recommended.

Inside api directory run
```
composer install
```
after it run:
```
symfony server:start
```

Inside api directory run
```
npm install
```
after it run(must have angular cli installed):
```
npm start
```

## 🚀 About me

I'm a full stack developer looking to learn new technologies and experiment on diferent projects.

See more about my skills and accomplishments

[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/)