Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.37 KB

README.md

File metadata and controls

70 lines (43 loc) · 1.37 KB

Stacktelo

Stacktelo is a complete stack to create your favourite web applications!

Prerequisites

Installation

Use the package manager yarn to install Stacktelo.

yarn
cd ./client && yarn

Configuration

Create a .env file in the root folder and add the following environment variables:

  • JWT_SECRET
  • MONGODB_URI
  • PORT=5000

Running

Make sure you are in the root folder and run:

yarn dev

Go to http://localhost:3000/

Built With

Backend

Frontend

Deploy to Heroku

Just connect your GitHub repository and add the following environment variables to Heroku:

  • JWT_SECRET
  • MONGODB_URI

Configure ESLint

  • TBD

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT