This project is content management system.
- Next.js / React
- Typescript
To run this project, install it locally using npm:
$ cd backend
$ npm install
$ npm start$ cd client
$ npm install
$ npm run devthese 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)