Skip to content

Node.js Parse Server Boilerplate: A foundational setup for building scalable applications using Node.js, Parse Server, and MongoDB. This boilerplate includes user authentication, RESTful API endpoints, and middleware for error handling, providing a quick start for developers.

License

Notifications You must be signed in to change notification settings

jasperayawan/Nodejs-ParseServer-BoilderPlate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Parse Server Boilerplate

Description

This project serves as a boilerplate for developing applications using Node.js, Parse Server, and MongoDB. It provides a foundational setup to manage user authentication, data storage, and server configuration, enabling developers to quickly build and deploy scalable applications.

Features

  • User authentication (signup and login)
  • RESTful API endpoints
  • MongoDB as the database
  • Middleware for error handling
  • Easy to extend and customize

Prerequisites

  • Node.js (v18 or later)
  • MongoDB (local or cloud instance)
  • npm (Node package manager)

Installation

Follow these steps to set up the project locally:

  1. Clone the repository:
    git clone https://github.com/jasperayawan/Nodejs-Parse-server-Boilerplate.git
    

Project Structure

parse-server-boilerplate
├── src
│   ├── index.js           # Main application file
│   └── config.js          # Configuration file for Parse Server and MongoDB
├── .env                   # Environment variables
├── .gitignore             # Ignored files for Git
├── LICENSE                # License file
├── README.md              # Project documentation
├── package.json           # Project metadata and dependencies
└── yarn.lock / package-lock.json

About

Node.js Parse Server Boilerplate: A foundational setup for building scalable applications using Node.js, Parse Server, and MongoDB. This boilerplate includes user authentication, RESTful API endpoints, and middleware for error handling, providing a quick start for developers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published