Skip to content

mxgnus-de/nextjs-upload-system

Repository files navigation

Author

mxgnus-de

Setup the project

1) Clone the repository

 $ git clone https://github.com/mxgnus-de/nextjs-upload-system.git && cd nextjs-upload-system

2) Install all dependencies

$ npm install

3) Rename the .env.example file to .env and fill in the values

4) Build the production version of the project

$ npm run build

5) Start the production version of the project

INFO: You need pm2 installed to start the project the production version (run npm install pm2 -g)

$ npm start:production

6) Default login

The default uploadkey is changeme.

If you login the first time, the uploadkey will be automatically changed.

Configuration

  • All configuration files can be found in the `config` directory.
  • Save the configuration file in the `config` without the _template suffix.
  • You can change the favicon.ico in the `public` directory.

Informations about the project

About

Simple upload system with dashboard. Build with NEXT.js and React

Resources

License

Stars

Watchers

Forks

Packages

No packages published