A full stack application practice repo, using PERN. Postgresql - Datbase Express - API React - Frontend Node - Runtime
- Install
- Database
- API
- FrontEnd
- Badge
- Example Readmes
- Related Efforts
- Maintainers
- Contributing
- License
Requires Node ( https://nodejs.org/en/download )
cd api
npm install
npm start
cd ..
cd frontend
npm install
npm start
Here comes explanation of database and setup possibly adding an ER diagram
Explanation of file structure (Router -> Controller & Model)
Explanation of page setup (Index -> BrowserRouter -> Pages -> Containers)