Skip to content

Ilhasoft/cloudcode-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudcode-template

A cloudcode template project used for running Parse locally.

Setup

Install MongoDB

See instructions

Install express, typescript, parse-server and parse-dashboard

In the project folder:

npm install express;
sudo npm install -g typescript; # installs the typescript compiler
npm install parse-server;
npm install parse-dashboard;
npm install mongodb-runner;

Setup your project

Edit the dashboard.js and server.js files to meet your needs. Don't forget to change the project name and database connection URL.

Running

Run MongoDB:

mongod

Compile your typescript code into JavaScript:

tsc main.ts

Run the server:

node server.js

Run the dashboard:

node dashboard.js

Go to http://localhost:4040/dashboard

About

A cloudcode template project for running Parse locally

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published