Matt Basile, a full stack developer, shared a serie of articles which will show us “How to setup an full stack application with Javascript”
- Article 1: Set up GitHub, download dependencies & initialize our files.
- Article 2: Start our server
- Article 3: Model our site’s data
- Article 4: Build and seed our database
- Article 5: Create our API
- Article 6: Create our React App and connect to our backend
- Article 7: Build out our Frontend
- Possible Bonus Article: Add Authentication and host our project.
This serie can be found on : Let’s build a FullStack App with JavaScript!