Skip to content

MrSaikatS/nodeconnect-server-api

Repository files navigation

Welcome to NodeConnect!

This is a basic full-stack social media application called NodeConnect. The application is split into two distinct projects/repositories, adhering to the microservice architecture.

This repository represents the backend part of the application.

Getting Started

Step 1. Install and the dependencies.

npm i

Step 2. Bootstrap the application.

npm run bootstrap

Step 3. Migrate database schema.

npm run db:apply

Step 4. Start the backend server.

npm start

Some important things to keep in mind

First, Don't forget to generate a snapshot of your current data model by running:

npm run db:snapshot

Second, If you upgrade the Directus version manually, then don't forget to Migrate the database to match the versions of Directus by running:

npm run db:up

About

API Server for NodeConnect App

Resources

Stars

Watchers

Forks

Releases

No releases published