Koodikerho Full Stack is a project template for members of digit ry
Each member can fork this project and use it as a template for their Full Stack applications
Built with Javascript and React. Backend is built with NodeJs and ExpressJs and for the database postgreSQL is used.
-
Build frontend
-
Build backend
-
Connect to database
-
Deploy to heroku
Clone the repository in your preferred way.
Client:
cd koodikerho-full-stack/client
npm install
npm run start
Open http://localhost:3000 with your browser to see the result.
Server:
cd koodikerho-full-stack/server
npm install
npm run start
Open http://localhost:4242 and you should get response Server is running
React beta learn: https://beta.reactjs.org/learn
W3Schools React: https://www.w3schools.com/REACT/DEFAULT.ASP
Mozilla React: https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started
Express Getting started: https://expressjs.com/en/starter/installing.html
Mozilla express tutorial: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/Introduction