Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 829 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 829 Bytes

Project for a client

Client: Roskilde SUP Klub

Installations guide:

Først og fremmest, pull dette projekt ned

Lav .env fil i projektets root folder med DB_CONNECTION = <(Indsæt den mongoose/mongodb database string her)>

Kør 'npm install' i terminalen

Needs:

They need a website containing basic information about prices and such. The main goal, however, is to create a login page for the members of the club for them to reserve boards they use for paddling to make it easier to see if a board is reserved or available.

How to make the boards idé 1 tabel med boards 1 anden tabel med boards og tidspunkter. Hvis det er identisk med det indtastede, afvis localstorage som login check. Tjek for username i localstorage og brug det username til at tage data fra databasen.