Skip to content

practical-works/0db-example

Repository files navigation

🌏 0db Example

Web JavaScript NodeJS

Example project for testing 0db.

🏁 Getting started

  1. Clone the repository:
cd somewhere
git clone https://github.com/practical-works/0db-example.git
cd express-sample
  1. Install the dependencies:
npm i
  1. Install Nodemon globally:
npm i -g nodemon
  1. Run server for development:
npm run dev

✈️ Deployment

To deploy the project in a node environment:

  1. Push the repository to a node server using a service like Heroku.

  2. Install the dependencies:

npm i
  1. Start server for production:
npm start

🚀 Development

🏭 Environment

🌑 Backend

🌕 Frontend

📃 License

Licensed under MIT.

About

Example project for testing 0db.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published