Open your command line, navigate to the Nearme-x.x.x/api folder and run npm install
Rename the .env.sample to .env and update the PARSE_DASHBOARD_PASS
using an encrypted password. This password and PARSE_DASHBOARD_USER
are for logging in to the Parse Dashboard, a web tool for managing Parse Server apps.
Run the server with node server.js
In your web browser, go to http://localhost:1337
and fill out the form to create the Super Admin.
If everything goes well, you’ll see the Parse Dashboard login page. Here, you should enter the values of PARSE_DASHBOARD_USER
and PARSE_DASHBOARD_PASS
defined in the .env file.
The Super Admin credentials are for logging in to the Admin Portal, which we will install in the steps below.
In the same command line, navigate to the Nearme-x.x.x/admin folder and run npm install
Run npm run start
or ng serve
In your web browser, navigate to http://localhost:4200
. and create the Super Admin user to access the dashboard.