This is a basic Node/Express/MongoDB personal-website skeleton written on JavaScript using async/await. Great for building a starter web app.
- Node/Express
- Multiple environment ready (development, production)
- Pug
- Passport
- Login
- Signup
- Account verification
- User profile
- Users admin area with CRUD operations
- Passport sessions
- RESTful APIs
- Clone the project from github. Change "myproject" to your project name.
git clone https://github.com/prodev99999/pw-backend-node-express ./myproject
- Download repository
- Uncompress to your desired directory
cd myproject
npm install
npm update
npm start
npm run build
Feel free to report any bugs or improvements. Pull requests are always welcome.
This project is open-sourced software under no license.