Skip to content

carlapalmieri/Alkemy-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Alkemy Challenge

Technologies

  • HTML
  • CSS
  • JS
  • Angular
  • NodeJS
  • Express
  • PostgreSQL

Requirements

  • Node
  • PostgreSQL

Install

git clone https://github.com/carlapalmieri/Alkemy-Challenge

cd Alkemy-Challenge

Set up frontend

cd front-end

npm install

ng serve

Set up backend

Database

open the file back-end/database.sql

in this file, you will find the scripts you need to use to create the database

Database configuration

user: 'postgres' host: 'localhost' password: '2310', database: 'app', port: '5432'

Server

cd back-end

npm run start

API

url: http://localhost:3000/api

Status of the project

Project finished

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published