Skip to content

SarfDime/kps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo Alt Text

Welcome to the KPS repository. Feel free to snoop around!

Assets

The icons used are mostly from Akar Icons

Fonts

The font used is Segoe-UI

Run Locally

  • 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

In the project directory, you can run:

  • To run both backend and frontend at once, in the parent directory do:
$ npm run dev

To run backend and frontend on their own, in their own directories do:

  • For backend
$ npm run dev
  • And for frontend
$ npm start

BACKEND

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published