Skip to content

jasperteo/SheTreks-backend

Repository files navigation

About

SheTreks is an app for solo female travellers, providing a platform to connect, share experiences, and explore together safely. With this app, you can filter activities based on your interests and join in on adventures with other like-minded travellers.

Travelling alone doesn't have to be lonely anymore.

Installation

This is the backend server for the application. The Bun logos--bun server runs on Hono logos--hono as the web framework. It interfaces with the PostgreSQL logos--postgresql database via Sequelize logos--sequelize as the object–relational mapping tool.

Refer to the frontend repository to get everything set up in order to run the application. Set up the environment variables before starting.

Install the dependencies:

bun install

Create the database:

bunx sequelize db:create

Run migrations:

bunx sequelize db:migrate

Initialize dummy data:

bunx sequelize db:seed:all

Run the server:

bun start

Libraries used:

Contributors

Development Team: Esther, Iffah and Jasper

Contributing

We encourage and welcome contributions from all members of the community to help improve our project. Whether it's through code contributions, bug reports, feature requests, or documentation enhancements, every contribution is valuable and appreciated.

License

MIT

About

🚶‍♀️SheTreks is an app for solo female travellers, providing a platform to connect, share experiences, and explore together safely.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published