Skip to content

paltaa/Stratos

Repository files navigation

Stratos

This is the Administrator panel of the Stratos App. It's made with Meteor for server side and React for the Front-End.

To start coding:

  • Download and install Meteor on your Computer.
  • Clone this repo.
  • Go to this folder in a terminal or command prompt (www folder)
  • run $ meteor npm install
  • run $ meteor
  • Go to http://localhost:3000 in your browser and it should be up and running

To access the admin:

  • Once you have access to http://localhost:3000 , you will have to create and admin.
  • Open another terminal or command prompt in the www folder.
  • run $ meteor shell, once executed you will be prompt to input code after the > sign.
  • type Accounts.createUser({email: 'username@domain.com', password: 'password'}) with your own admin credentials
  • Now you should be able to login at http://localhost:3000/admin

Notes

  • Project uses React Router
  • Project uses ES6
  • The project follows the Starndardjs javascript's standard
  • Use IDE or text editors of your choice, but sublime-text or atom is suggested
  • Linters are highly suggested.

Debugging

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published