Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flawedlabs/evenner
Evenner is your new open source application to plan all your events in an interactive way!
https://github.com/flawedlabs/evenner
api evenner fastify js monorepo next typescript
Last synced: about 2 months ago
JSON representation
Evenner is your new open source application to plan all your events in an interactive way!
- Host: GitHub
- URL: https://github.com/flawedlabs/evenner
- Owner: FlawedLabs
- Created: 2022-08-27T15:12:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T23:43:51.000Z (about 2 years ago)
- Last Synced: 2024-07-10T02:40:55.028Z (6 months ago)
- Topics: api, evenner, fastify, js, monorepo, next, typescript
- Language: TypeScript
- Homepage:
- Size: 2.49 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# Evenner
A brief description of what this project does and who it's for
## Installation
This project use a monorepo structure and internally uses Lerna.
Git clone the project and create a .env file in the package/server folder.
Then you can add your database URL inside :```bash
DATABASE_URL="postgresql://postgres:example@localhost:5432/evenner?schema=public"
```You can then download all the dependencies
```bash
lerna bootstrap // Download dependencieslerna run dev --parallel
```## Authors
- [@Kayoshi-dev](https://www.github.com/kayoshi-dev)
- [@Mathiiii](https://www.github.com/mathiiii-dev)## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.