An open API service indexing awesome lists of open source software.

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.

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.