Skip to content

SchauT/genarchi-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generation Architecture App

Description

This is a simple app for gen archi project The main goal is to be able to count the late of people to meetings.

Stack Technique

Front

  • SvelteJS

Back

  • NodeJS
  • ExpressJS
  • Typescript
  • Prisma

Database

  • MongoDB

Installation

Back

cd back-end

Setup the .env file

cp .env.default .env

Database

docker compose up -d mongo

Server

npm install
npm run start:dev

Front

cd front-end
npm run dev

Initialisation of project (if you want to start from scratch)

Front

See this link to install SvelteJS on Project

MongoDB

See this link to install MongoDB x Prisma x Docker on Project

Prisma

See this link to install Prisma on Project

NodeJS + ExpressJS + Typescript

See this link to install NodeJS + ExpressJS + Typescript on Project

Airbnb Style Guide

See this link to install Airbnb Style Guide on Project

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published