Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

OrangeLoops Server Project Boilerplate

License

Notifications You must be signed in to change notification settings

orangeloops/public-ol-server-template

Repository files navigation

Server Project Boilerplate

PRs Welcome GitHub

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.

Components

Getting Started

Run the following commands in your terminal

git clone https://github.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.

Testing

Run npm test for test.

License

You can check out the full license here

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


orangeloops.com  ·  twitter  ·  blog