Skip to content

umitkucuk/fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Fullstack Playground

Standard - JavaScript Style Guide

Table of Contents

Requirements

Directory Layout

.
β”œβ”€β”€ /server/
β”‚   β”œβ”€β”€ /src/
β”‚   β”‚   β”‚   β”œβ”€β”€ /config
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ /app.config.ts
β”‚   β”‚   β”œβ”€β”€ /graphql/
β”‚   β”‚   β”‚   β”œβ”€β”€ /resolvers/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ /index.ts
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ /user-resolvers.ts
β”‚   β”‚   β”‚   β”œβ”€β”€ /schema.ts
β”‚   β”‚   β”œβ”€β”€ /models/
β”‚   β”‚   β”‚   β”œβ”€β”€ /user.ts
β”‚   β”‚   β”œβ”€β”€ /services/
β”‚   β”‚   β”‚   β”œβ”€β”€ /auth.ts
β”‚   β”‚   β”œβ”€β”€ /server.ts
β”‚   β”‚   
β”‚   β”‚   
β”‚   β”œβ”€β”€ /.env
β”‚   β”œβ”€β”€ /nodemon.json
β”‚   β”œβ”€β”€ /package.json
β”‚   β”œβ”€β”€ /tsconfig.json
β”‚   β”œβ”€β”€ /yarn.lock

Installation for server

Clone the repository.

$ yarn install

Create an .env file inside the server folder. After that

$ yarn install

Then, you can start the project with:

$ yarn start

License

MIT. Copyright © 2018 - present Ümit Küçük.