Skip to content

Pulth-Team/Post-CMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pulth

General info

This project is content management system.

Technologies

  • Next.js / React
  • Typescript

Setup

To run this project, install it locally using npm:

Setup for backend
$ cd backend
$ npm install
$ npm start
Setup for client
$ cd client
$ npm install
$ npm run dev
Secrets / Enviroment Variables

these variables should be defined in .env file in root directory (parent folder of the src)

@required
MONGO_URI: url to mongodb cluster (mongodb://localhost:27017)

@required
JWT_KEY: JWT secret to sign tokens (any string is accepted)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published