Welcome to the KPS repository. Feel free to snoop around!
The icons used are mostly from Akar Icons
The font used is Segoe-UI
- Enter your mongo url in the dot env file under the MONGO_URL key
- Do
bash $ npm install
for each folder, main kps folder, client folder and server folder
- To run both backend and frontend at once, in the parent directory do:
$ npm run dev
- For backend
$ npm run dev
- And for frontend
$ npm start
- The backen was made with node.js and express using mondoDB.
- There is jwt authentication with httpOnly cookies
- There are CRUD operations set up for the news