Group school assignment (fullstack course) by [Fredrik Wetterlöv, Robin Cobanov, Pete the pete, Feniix and Hans Strömquist]
Using Node, React, Vite, react-bootstrap and react-router.
First install:
npm install
Then run:
node server.js (or something like that) npm run dev
Started 2023-04-04
$ docker-compose up - this will start necessary containers
P.S. Access to DB should be granted for the IP of machine used for development.
- $ sudo ./startup.sh (This will start necessary container and vite)
- $ sudo docker exec -it fsf nodemon server.js (To start backend)