Skip to content

Boilerplate for web applications (nestjs backend + nextjs web app + react native mobile app)

Notifications You must be signed in to change notification settings

codeserk/web-boilerplate

Repository files navigation

Codeserk's Web Boilerplate

This repository contains a boilerplate for a web application. It contains 4 main blocks:

  • Backend: The backend project using NestJS
  • Frontend: The frontend project, containing all the common code that can be shared by all the frontend apps.
  • Web: The web application, using Next.js framework.
  • Mobile: The mobile application, using React Native.

Dependencies

This project uses MongoDB to store all the diary entries and users. In order to make this run, ensure mongo it's up and running on port 27019. The easiest way of doing this is starting the docker container:

$ docker-compose up

About

Boilerplate for web applications (nestjs backend + nextjs web app + react native mobile app)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published