This is a simple CRUD application.
You will need the following things properly installed on your computer.
- Git
- [email protected] (with NPM)
- Ember CLI
- Google Chrome
- Clone the project
$ git clone [email protected]:telmaantunes/crud-app.git
- Go to the project's folder and install the dependencies
$ npm i
- Run the app
$ ember server
- Go to http://localhost:4200/
$ ember test
$ ember build