-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e1704c
commit 53a5379
Showing
2 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<p align="center"><img src="https://bananasplit.js.org/assets/images/bananasplit-logo.png" width="100"></p> | ||
<h1 style="margin:25px" align="center"><a href="https://bananasplit.js.org/">Bananasplit-js</a> / @project-name</h1> | ||
|
||
<p align="center"> | ||
<img src="https://img.shields.io/badge/language-typescript-blue?logo=typescript"> | ||
<img src="https://img.shields.io/badge/server-express-lightgray"> | ||
<!-- <img src="https://img.shields.io/badge/graphql-apollo-blue?logo=graphql"> --> | ||
<img src="https://img.shields.io/badge/orm-sequelize-blue"> | ||
<img src="https://img.shields.io/badge/test-jest-green?logo=jest"> | ||
<img src="https://img.shields.io/badge/version-v2.0.0-orange"> | ||
<img src="https://img.shields.io/badge/license-MIT-blue"> | ||
</p> | ||
|
||
# Start to develop! | ||
|
||
### 1. Build the stack | ||
**Add your database access to `.env`** | ||
<sub><sup><a href="https://github.com/bananasplit-js/bananasplit-client/blob/master/README.md" target="_blank"> (example)</a></sup></sub> | ||
|
||
```bash | ||
yarn build:stack | npm run build:stack | ||
``` | ||
|
||
### 2. Run the development server :rocket: | ||
```bash | ||
yarn dev | npm run dev | ||
``` | ||
|
||
**Read more about configuration:** https://bananasplit.js.org/docs/#config | ||
|
||
<a href="http://gitpod.io/#https://github.com/buskerone/nocv-backend/" target="_blank"> | ||
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt=""> | ||
</a> | ||
|
||
# Read the docs | ||
|
||
### Check the documentation: https://bananasplit.js.org/docs | ||
|
||
# License | ||
**Bananasplit-js** is licensed under **[MIT](https://github.com/bananasplit-js/bananasplit-js/blob/main/template/LICENSE)** | ||
|
||
--- | ||
![label](https://img.shields.io/badge/2022-bananasplit--js-yellow?style=for-the-badge) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters