This application is made for embedded system Arduino lovers. Instructa-Robos allows you to keep track of your current projects through uploading each personalized project including the code you used to make it happen, and photos of your project. Need inspiration? Feel free to look at other users' projects and add varying functionalities to each project using your own creativity. With up to nine categories and counting you can expand your knowledge on all sorts of topics including analog, digital, communication, controls and much more! Feel free to check it out here.
- Clone the repo
git clone https://github.com/Sbutler8/Instructa-Robos.git
- Download backend dependencies
cd Instructa-Robos/backend && npm install
- Download frontend dependencies
cd ../frontend && npm install
- Start backend
cd ../backend && npm start
- Open new terminal and start frontend
cd ../frontend && npm start
- Open browser to http://localhost:3000/