Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.28 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.28 KB

Koodikerho Full Stack

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

Tech Stack

Built with Javascript and React. Backend is built with NodeJs and ExpressJs and for the database postgreSQL is used.

Roadmap

  • Build frontend

  • Build backend

  • Connect to database

  • Deploy to heroku

Installation

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

Material


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

License

MIT