This project have a login and register system with JWT.
Make sure you have npm installed
npm installadd .env file for database.
Like : DB_CONNECTION_STRING=postegresql://postgres:postgres@localhost:5432/PIXSelect
In PostgreSQL, 'user' table must have id, name, surname, email, password and register_date.
npm start