- HTML
- CSS
- JS
- Angular
- NodeJS
- Express
- PostgreSQL
- Node
- PostgreSQL
git clone https://github.com/carlapalmieri/Alkemy-Challenge
cd Alkemy-Challenge
cd front-end
npm install
ng serve
open the file back-end/database.sql
in this file, you will find the scripts you need to use to create the database
user: 'postgres' host: 'localhost' password: '2310', database: 'app', port: '5432'
cd back-end
npm run start
url: http://localhost:3000/api
Project finished