Skip to content

VpgMackan/mushroom-server

Repository files navigation

Mushroom Server

An open-source alternative to Firebase, witch goal is to make it easy for people to set up and start developing their dream app.

This is my first open-source project so be nice!

Run Locally

Clone the project

  git clone https://github.com/VpgMackan/mushroom-server

Go to the project directory

  cd my-project

Install dependencies

  npm install

Build the server

  npm run build

Start the server

  npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file. Theas are temporary and will be modifyed in the future with email smtp config and more.

DB_USER DB_HOST DB_DATABASE DB_PASSWORD

PORT

JWT_SECRET

Todo

  • Make a api request that the user can submit a js file and it stores it in the db and starts a cronjob with that file
  • Set up Testing function
  • More to come

API Reference

There are no real API request but will be added in the future.

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

License

LGPL

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published