Music Notes - PERN app
A full-stack PERN App (Postgres, Express, React, NodeJS). Check it out on GitHub
Preview
Objective
This was a learning project. My goals were:
- Create an ExpressJS API ✅
- Connect a postgreSQL database with more than one table ✅
- Learn and apply user authentication ✅
- Expirement with React and make it a full-stack app ✅
- Deploy it successfully to Heroku ❌
- (Authentication works fine on my local machine, but doesn’t after being deployed to heroku. There seems to be a problem in the front-end request. Any help in this domain would be appreciated 👍)