This repository was archived by the owner on May 17, 2022. It is now read-only.

orangeloops/public-ol-server-template

Repository files navigation

PRs WelcomeGitHub

This server template is an empty project prepared with primary software libraries and configurations needed to begin. It has sample authentication methods used, for instance, for signing in or signing up. Besides, everything needed to connect to a database is already set. The project is ready to work with our React web app template and our React Native mobile app template, providing a unified experience among the three.

Run the following commands in your terminal

git clone https://.com/orangeloops/public-ol-server-template.git
cd public-ol-server-template
npm install
npm run db:create
npm run start:watch

[ Optional ] Run db:seed to charge the database with initial dummy values

Then open http://localhost:5000/ on your web browser.

Run npm test for test.

You can check out the full license here

This project is licensed under the terms of the MIT license.


orangeloops.com  ·  twitter  ·  blog