https://github.com/sarthaktexas/ocean-architecture
Ocean AIO front-end and back-end architecture. I do not own this company only the code associated with it.
https://github.com/sarthaktexas/ocean-architecture
auth0 discord discord-js express heroku pug stripe
Last synced: 14 days ago
JSON representation
Ocean AIO front-end and back-end architecture. I do not own this company only the code associated with it.
- Host: GitHub
- URL: https://github.com/sarthaktexas/ocean-architecture
- Owner: sarthaktexas
- Created: 2020-08-06T06:15:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T17:11:01.000Z (about 4 years ago)
- Last Synced: 2025-03-27T04:22:45.958Z (about 1 month ago)
- Topics: auth0, discord, discord-js, express, heroku, pug, stripe
- Language: CSS
- Homepage: https://oceanaio.com
- Size: 1.53 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ocean Architecture
## Running it locally
Install the dependencies.
Copy `.env.example` to `.env` and fill in necessary environment variables.
```bash
npm install
```
Run the app.```bash
npm start
```The app will be served at `localhost:3000`.
## Running the Sample With Docker
In order to run the example with docker you need to have `docker` installed.
Execute in command line `sh exec.sh` to run the Docker in Linux, or `.\exec.ps1` to run the Docker in Windows.
## Author
[Sarthak Mohanty](https://srtk.me)
## License
### Front-End
This part of the project is private. It may not be used for personal or private use. It may not be rebranded or used in any other way unless otherwise given permission by the owner. However, you may use the back-end code.
### Back-End
This part is licensed under MIT. Feel free to use it.