An open API service indexing awesome lists of open source software.

https://github.com/shiftkey-labs/full-stack-dev-sprint

This repo was made to teach full stack development to university students in nova scotia during study break.
https://github.com/shiftkey-labs/full-stack-dev-sprint

Last synced: about 1 year ago
JSON representation

This repo was made to teach full stack development to university students in nova scotia during study break.

Awesome Lists containing this project

README

          

# Full Stack Dev Sprint Reference Repository

- This is the main branch, is just a basic created app with one button in the middle. It has Material UI setup, however, I recommend not using it but you may if you want.
- The guided/day1 branch has guided code you will need to follow along with the presentation. You may use this to start building your project. To switch to that branch, run this command:
```
git checkout guided/day1
```
- The client folder has the frontend base code for React JS, and the server has the backend base code for Node JS.