Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

154 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages